Lines Matching refs:devcb

1639   if (btm_cb.devcb.p_rssi_cmpl_cb) return (BTM_BUSY);  in BTM_ReadRSSI()
1652 btm_cb.devcb.p_rssi_cmpl_cb = p_cb; in BTM_ReadRSSI()
1653 alarm_set_on_mloop(btm_cb.devcb.read_rssi_timer, BTM_DEV_REPLY_TIMEOUT_MS, in BTM_ReadRSSI()
1684 if (btm_cb.devcb.p_failed_contact_counter_cmpl_cb) return (BTM_BUSY); in BTM_ReadFailedContactCounter()
1691 btm_cb.devcb.p_failed_contact_counter_cmpl_cb = p_cb; in BTM_ReadFailedContactCounter()
1692 alarm_set_on_mloop(btm_cb.devcb.read_failed_contact_counter_timer, in BTM_ReadFailedContactCounter()
1726 if (btm_cb.devcb.p_tx_power_cmpl_cb) return (BTM_BUSY); in BTM_ReadTxPower()
1730 btm_cb.devcb.p_tx_power_cmpl_cb = p_cb; in BTM_ReadTxPower()
1731 alarm_set_on_mloop(btm_cb.devcb.read_tx_power_timer, in BTM_ReadTxPower()
1736 btm_cb.devcb.read_tx_pwr_addr = remote_bda; in BTM_ReadTxPower()
1761 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_tx_power_cmpl_cb; in btm_read_tx_power_timeout()
1762 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in btm_read_tx_power_timeout()
1777 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_tx_power_cmpl_cb; in btm_read_tx_power_complete()
1780 alarm_cancel(btm_cb.devcb.read_tx_power_timer); in btm_read_tx_power_complete()
1781 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in btm_read_tx_power_complete()
1814 result.rem_bda = btm_cb.devcb.read_tx_pwr_addr; in btm_read_tx_power_complete()
1843 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_rssi_cmpl_cb; in btm_read_rssi_timeout()
1844 btm_cb.devcb.p_rssi_cmpl_cb = NULL; in btm_read_rssi_timeout()
1860 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_rssi_cmpl_cb; in btm_read_rssi_complete()
1863 alarm_cancel(btm_cb.devcb.read_rssi_timer); in btm_read_rssi_complete()
1864 btm_cb.devcb.p_rssi_cmpl_cb = NULL; in btm_read_rssi_complete()
1913 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_failed_contact_counter_cmpl_cb; in btm_read_failed_contact_counter_timeout()
1914 btm_cb.devcb.p_failed_contact_counter_cmpl_cb = NULL; in btm_read_failed_contact_counter_timeout()
1931 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_failed_contact_counter_cmpl_cb; in btm_read_failed_contact_counter_complete()
1934 alarm_cancel(btm_cb.devcb.read_failed_contact_counter_timer); in btm_read_failed_contact_counter_complete()
1935 btm_cb.devcb.p_failed_contact_counter_cmpl_cb = NULL; in btm_read_failed_contact_counter_complete()
1976 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_automatic_flush_timeout_cmpl_cb; in btm_read_automatic_flush_timeout_complete()
1979 alarm_cancel(btm_cb.devcb.read_automatic_flush_timeout_timer); in btm_read_automatic_flush_timeout_complete()
1980 btm_cb.devcb.p_automatic_flush_timeout_cmpl_cb = nullptr; in btm_read_automatic_flush_timeout_complete()