Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_int_types.h136 constexpr uint8_t BTM_BLE_ACCEPTLIST_INIT = 1; variable
233 wl_state |= BTM_BLE_ACCEPTLIST_INIT; in set_acceptlist_process_in_progress()
236 wl_state &= ~BTM_BLE_ACCEPTLIST_INIT; in reset_acceptlist_process_in_progress()
239 return wl_state & BTM_BLE_ACCEPTLIST_INIT; in is_acceptlist_in_progress()
Dbtm_ble_bgconn.cc360 p_cb->wl_state |= BTM_BLE_ACCEPTLIST_INIT; in btm_ble_start_auto_conn()
554 if (btm_cb.ble_ctr_cb.wl_state & BTM_BLE_ACCEPTLIST_INIT) { in BTM_AcceptlistAdd()
576 if (btm_cb.ble_ctr_cb.wl_state & BTM_BLE_ACCEPTLIST_INIT) { in BTM_AcceptlistRemove()