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.h237 std::function<void(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback)> body{
238 [](tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) {}};
239 void operator()(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in operator()
240 body(p_energy_info_cback); in operator()
Dmock_bta_dm_act.cc171 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument
173 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_int.h328 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback; member
Dbta_dm_act.cc3950 if (bta_dm_cb.p_energy_info_cback) in bta_ble_energy_info_cmpl()
3951 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
3957 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument
3958 bta_dm_cb.p_energy_info_cback = p_energy_info_cback; in bta_dm_ble_get_energy_info()