Loading system/bta/hearing_aid/hearing_aid.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1973,7 +1973,7 @@ private: device->num_intervals_since_last_rssi_read = 0; log::debug("bd_addr={}", device->address); if (get_btm_client_interface().link_controller.BTM_ReadRSSI( device->address, read_rssi_callback) != BTM_SUCCESS) { device->address, read_rssi_callback) != BTM_CMD_STARTED) { log::warn("Unable to read RSSI peer:{}", device->address); } } Loading system/btif/src/btif_gatt_client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -590,7 +590,7 @@ static bt_status_t btif_gattc_read_remote_rssi(int client_if, const RawAddress& return do_in_jni_thread(base::Bind( [](int client_if, const RawAddress& bd_addr) { if (get_btm_client_interface().link_controller.BTM_ReadRSSI( bd_addr, btm_read_rssi_cb) != BTM_SUCCESS) { bd_addr, btm_read_rssi_cb) != BTM_CMD_STARTED) { log::warn("Unable to read RSSI peer:{} client_if:{}", bd_addr, client_if); } }, Loading Loading
system/bta/hearing_aid/hearing_aid.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1973,7 +1973,7 @@ private: device->num_intervals_since_last_rssi_read = 0; log::debug("bd_addr={}", device->address); if (get_btm_client_interface().link_controller.BTM_ReadRSSI( device->address, read_rssi_callback) != BTM_SUCCESS) { device->address, read_rssi_callback) != BTM_CMD_STARTED) { log::warn("Unable to read RSSI peer:{}", device->address); } } Loading
system/btif/src/btif_gatt_client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -590,7 +590,7 @@ static bt_status_t btif_gattc_read_remote_rssi(int client_if, const RawAddress& return do_in_jni_thread(base::Bind( [](int client_if, const RawAddress& bd_addr) { if (get_btm_client_interface().link_controller.BTM_ReadRSSI( bd_addr, btm_read_rssi_cb) != BTM_SUCCESS) { bd_addr, btm_read_rssi_cb) != BTM_CMD_STARTED) { log::warn("Unable to read RSSI peer:{} client_if:{}", bd_addr, client_if); } }, Loading