Home
last modified time | relevance | path

Searched refs:MGMT_ADV_FLAG_SEC_2M (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/bluetooth/
Dmgmt.h573 #define MGMT_ADV_FLAG_SEC_2M BIT(8) macro
583 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \
/linux-6.1.9/net/bluetooth/
Dhci_conn.c2007 flags |= MGMT_ADV_FLAG_SEC_2M; in create_big_sync()
Dhci_sync.c1116 if (flags & MGMT_ADV_FLAG_SEC_2M) { in hci_setup_ext_adv_instance_sync()
Dmgmt.c8392 flags |= MGMT_ADV_FLAG_SEC_2M; in get_supported_adv_flags()