Searched refs:request_state (Results 1 – 2 of 2) sorted by relevance
59 bool btm_ble_clear_topology_mask(tBTM_BLE_STATE_MASK request_state);60 bool btm_ble_set_topology_mask(tBTM_BLE_STATE_MASK request_state);
2895 uint8_t request_state = 0; in btm_ble_topology_check() local2907 request_state++; in btm_ble_topology_check()2911 uint8_t bit_num = btm_le_state_combo_tbl[0][request_state - 1]; in btm_ble_topology_check()2916 log::error("state requested not supported: {}", request_state); in btm_ble_topology_check()2926 uint8_t bit_num = btm_le_state_combo_tbl[request_state][state_offset]; in btm_ble_topology_check()