Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.h77 extern uint8_t ble_supported_states[BLE_SUPPORTED_STATES_SIZE];
Dmock_device_controller.cc76 uint8_t ble_supported_states[BLE_SUPPORTED_STATES_SIZE]{0}; variable
110 const uint8_t* get_ble_supported_states(void) { return ble_supported_states; } in get_ble_supported_states()
/system/bt/device/src/
Dcontroller.cc79 static uint8_t ble_supported_states[BLE_SUPPORTED_STATES_SIZE]; variable
240 response, ble_supported_states, sizeof(ble_supported_states)); in start_up()
358 return ble_supported_states; in get_ble_supported_states()
/system/bt/stack/btm/
Dbtm_ble_gap.cc2616 const uint8_t* ble_supported_states = in btm_ble_topology_check() local
2619 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, bit_num)) { in btm_ble_topology_check()
2632 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, bit_num)) { in btm_ble_topology_check()