Searched refs:btm_le_state_combo_tbl (Results 1 – 1 of 1) sorted by relevance
91 const UINT8 btm_le_state_combo_tbl[BTM_BLE_STATE_MAX][BTM_BLE_STATE_MAX][2] = variable3453 mask = btm_le_state_combo_tbl[0][request_state - 1][0]; in btm_ble_topology_check()3454 offset = btm_le_state_combo_tbl[0][request_state-1][1]; in btm_ble_topology_check()3471 mask = btm_le_state_combo_tbl[request_state][state_offset][0]; in btm_ble_topology_check()3472 offset = btm_le_state_combo_tbl[request_state][state_offset][1]; in btm_ble_topology_check()