Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h565 #define MGMT_ADV_FLAG_CONNECTABLE BIT(0) macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1362 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_adv_instance_flags()
1455 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in __hci_req_enable_advertising()
2001 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in __hci_req_setup_ext_adv_instance()
H A Dmgmt.c7205 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_supported_adv_flags()