Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h275 #define BTM_BLE_STATE_MASTER_BIT 0x0004 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.c4480 btm_ble_set_topology_mask (BTM_BLE_STATE_MASTER_BIT); in btm_ble_update_link_topology_mask()