Home
last modified time | relevance | path

Searched refs:get_ble_supported_states (Results 1 – 3 of 3) sorted by relevance

/system/bt/device/include/
Dcontroller.h42 const uint8_t *(*get_ble_supported_states)(void); member
/system/bt/device/src/
Dcontroller.c319 static const uint8_t *get_ble_supported_states(void) { in get_ble_supported_states() function
458 get_ble_supported_states,
/system/bt/stack/btm/
Dbtm_ble_gap.c3456 const uint8_t *ble_supported_states = controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()