Home
last modified time | relevance | path

Searched refs:MGMT_ADV_FLAG_SEC_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/bluetooth/
H A Dmgmt.h588 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \ macro
/linux-6.15/net/bluetooth/
H A Dhci_sync.c1270 secondary_adv = (flags & MGMT_ADV_FLAG_SEC_MASK); in hci_setup_ext_adv_instance_sync()
H A Dmgmt.c8531 phy_flags = adv_flags & MGMT_ADV_FLAG_SEC_MASK; in requested_adv_flags_are_valid()