Searched refs:btm_le_state_combo_tbl (Results 1 – 1 of 1) sorted by relevance
82 const UINT8 btm_le_state_combo_tbl[BTM_BLE_STATE_MAX][BTM_BLE_STATE_MAX][2] = variable3441 mask = btm_le_state_combo_tbl[0][request_state - 1][0]; in btm_ble_topology_check()3442 offset = btm_le_state_combo_tbl[0][request_state-1][1]; in btm_ble_topology_check()3459 mask = btm_le_state_combo_tbl[request_state][state_offset][0]; in btm_ble_topology_check()3460 offset = btm_le_state_combo_tbl[request_state][state_offset][1]; in btm_ble_topology_check()