Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h573 #define MGMT_ADV_FLAG_SEC_2M BIT(8) macro
578 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2047 if (flags & MGMT_ADV_FLAG_SEC_2M) { in __hci_req_setup_ext_adv_instance()
H A Dmgmt.c7225 flags |= MGMT_ADV_FLAG_SEC_2M; in get_supported_adv_flags()