Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dmgmt.h565 #define MGMT_ADV_FLAG_CONNECTABLE BIT(0) macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c1418 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_adv_instance_flags()
1511 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in __hci_req_enable_advertising()
2120 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in __hci_req_setup_ext_adv_instance()
Dmgmt.c7205 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_supported_adv_flags()