Home
last modified time | relevance | path

Searched refs:BTM_BLE_STATE_SLAVE_BIT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h276 #define BTM_BLE_STATE_SLAVE_BIT 0x0008 macro
288 #define BTM_BLE_STATE_ALL_CONN_MASK (BTM_BLE_STATE_MASTER_BIT|BTM_BLE_STATE_SLAVE_BIT)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4484 btm_ble_set_topology_mask(BTM_BLE_STATE_SLAVE_BIT); in btm_ble_update_link_topology_mask()