Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h578 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \ macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2023 secondary_adv = (flags & MGMT_ADV_FLAG_SEC_MASK); in __hci_req_setup_ext_adv_instance()
H A Dmgmt.c7486 phy_flags = flags & MGMT_ADV_FLAG_SEC_MASK; in add_advertising()