Searched refs:ctrl_state (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 157 uint8_t ctrl_state; /* stack reported state */ member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 576 tBTM_CONTRL_STATE ctrl_state,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 2408 tBTM_CONTRL_STATE ctrl_state, in bta_energy_info_cb() argument 2413 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb() 2417 energy_info.ctrl_state = ctrl_state; in bta_energy_info_cb()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 4121 tBTM_CONTRL_STATE ctrl_state = BTM_CONTRL_UNKNOWN; in bta_ble_energy_info_cmpl() local 4123 if (BTA_SUCCESS == st) ctrl_state = bta_dm_pm_obtain_controller_state(); in bta_ble_energy_info_cmpl() 4127 ctrl_state, st); in bta_ble_energy_info_cmpl()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 801 p_energy_info->ctrl_state, p_energy_info->tx_time, p_energy_info->rx_time, in energy_info_recv_callback()
|