Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h566 #define MGMT_ADV_FLAG_SEC_2M BIT(8) macro
569 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \
/Linux-v4.19/net/bluetooth/
Dhci_request.c1601 if (flags & MGMT_ADV_FLAG_SEC_2M) { in __hci_req_setup_ext_adv_instance()
Dmgmt.c6340 flags |= MGMT_ADV_FLAG_SEC_2M; in get_supported_adv_flags()