Searched refs:BTM_ReadRSSI (Results 1 – 6 of 6) sorted by relevance
721 extern tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda,
1283 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb);
531 Bind(base::IgnoreResult(&BTM_ReadRSSI), bd_addr, btm_read_rssi_cb)); in btif_gattc_read_remote_rssi()
983 tBTM_STATUS status = BTM_ReadRSSI(peer_bda, btm_read_rssi_cb); in btif_a2dp_source_enqueue_callback()
1673 BTM_ReadRSSI(device->address, read_rssi_cb); in check_and_do_rssi_read()
1839 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadRSSI() function