Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dmgmt.h569 #define MGMT_ADV_FLAG_CONNECTABLE BIT(0) macro
/linux-6.6.21/net/bluetooth/
Dhci_sync.c1081 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_setup_ext_adv_instance_sync()
1535 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_enable_advertising_sync()
Dhci_core.c1845 flags |= MGMT_ADV_FLAG_CONNECTABLE; in hci_adv_instance_flags()
Dmgmt.c8381 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_supported_adv_flags()