Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.h206 std::function<void(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback)> body{
208 void operator()(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in operator()
209 body(p_energy_info_cback); in operator()
Dmock_bta_dm_act.cc143 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument
145 test::mock::bta_dm_act::bta_dm_ble_get_energy_info(p_energy_info_cback); in bta_dm_ble_get_energy_info()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1567 if (bta_dm_cb.p_energy_info_cback) in bta_ble_energy_info_cmpl()
1568 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
1574 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument
1575 bta_dm_cb.p_energy_info_cback = p_energy_info_cback; in bta_dm_ble_get_energy_info()
Dbta_dm_int.h208 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback; member