Loading system/stack/btm/btm_inq.cc +0 −15 Original line number Diff line number Diff line Loading @@ -1536,21 +1536,6 @@ void btm_inq_rmt_name_failed_cancelled(void) { btm_sec_rmt_name_request_complete(NULL, NULL, HCI_ERR_UNSPECIFIED); } /******************************************************************************* * * Function btm_read_inq_tx_power_timeout * * Description Callback when reading the inquiry tx power times out. * * Returns void * ******************************************************************************/ void btm_read_inq_tx_power_timeout(UNUSED_ATTR void* data) { tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_inq_tx_power_cmpl_cb; btm_cb.devcb.p_inq_tx_power_cmpl_cb = NULL; if (p_cb) (*p_cb)((void*)NULL); } /******************************************************************************* * * Function btm_read_inq_tx_power_complete Loading Loading
system/stack/btm/btm_inq.cc +0 −15 Original line number Diff line number Diff line Loading @@ -1536,21 +1536,6 @@ void btm_inq_rmt_name_failed_cancelled(void) { btm_sec_rmt_name_request_complete(NULL, NULL, HCI_ERR_UNSPECIFIED); } /******************************************************************************* * * Function btm_read_inq_tx_power_timeout * * Description Callback when reading the inquiry tx power times out. * * Returns void * ******************************************************************************/ void btm_read_inq_tx_power_timeout(UNUSED_ATTR void* data) { tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_inq_tx_power_cmpl_cb; btm_cb.devcb.p_inq_tx_power_cmpl_cb = NULL; if (p_cb) (*p_cb)((void*)NULL); } /******************************************************************************* * * Function btm_read_inq_tx_power_complete Loading