Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h569 #define MGMT_ADV_FLAG_CONNECTABLE BIT(0) macro
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c1090 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_setup_ext_adv_instance_sync()
1544 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_enable_advertising_sync()
H A Dhci_core.c1835 flags |= MGMT_ADV_FLAG_CONNECTABLE; in hci_adv_instance_flags()
H A Dmgmt.c8311 flags |= MGMT_ADV_FLAG_CONNECTABLE; in get_supported_adv_flags()