Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
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 | \
/Linux-v5.10/net/bluetooth/
Dhci_request.c2037 if (flags & MGMT_ADV_FLAG_SEC_2M) { in __hci_req_setup_ext_adv_instance()
Dmgmt.c7220 flags |= MGMT_ADV_FLAG_SEC_2M; in get_supported_adv_flags()