Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h569 #define MGMT_ADV_FLAG_SEC_MASK (MGMT_ADV_FLAG_SEC_1M | MGMT_ADV_FLAG_SEC_2M | \ macro
/Linux-v4.19/net/bluetooth/
Dhci_request.c1577 secondary_adv = (flags & MGMT_ADV_FLAG_SEC_MASK); in __hci_req_setup_ext_adv_instance()
Dmgmt.c6584 phy_flags = flags & MGMT_ADV_FLAG_SEC_MASK; in add_advertising()