Searched refs:p_energy_info_cback (Results 1 – 4 of 4) sorted by relevance
206 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()
143 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument145 test::mock::bta_dm_act::bta_dm_ble_get_energy_info(p_energy_info_cback); in bta_dm_ble_get_energy_info()
1567 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() argument1575 bta_dm_cb.p_energy_info_cback = p_energy_info_cback; in bta_dm_ble_get_energy_info()
208 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback; member