Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h114 BTM_BLE_ADVERTISING = 2, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2176 if (ble_inq_cb->state & BTM_BLE_ADVERTISING) { in BTM_Recovery_Pre_State()
4107 p_cb->state |= BTM_BLE_ADVERTISING; in btm_ble_start_adv()
4151 p_cb->state &= ~BTM_BLE_ADVERTISING; in btm_ble_stop_adv()
Dbtm_ble.c2925 if (p_cb->state & BTM_BLE_ADVERTISING) {
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c307 p_cb->state &= ~BTM_BLE_ADVERTISING; in l2cble_notify_le_connection()