Home | History | Annotate | Download | only in btm

Lines Matching refs:devcb

1245     if (btm_cb.devcb.p_txpwer_cmpl_cb)
1248 btu_start_timer (&btm_cb.devcb.txpwer_timer, BTU_TTYPE_BTM_ACL, BTM_INQ_REPLY_TIMEOUT );
1251 btm_cb.devcb.p_txpwer_cmpl_cb = p_cb;
1255 btm_cb.devcb.p_txpwer_cmpl_cb = NULL;
1256 btu_stop_timer (&btm_cb.devcb.txpwer_timer);
2432 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_txpwer_cmpl_cb;
2435 btu_stop_timer (&btm_cb.devcb.txpwer_timer);
2437 btm_cb.devcb.p_txpwer_cmpl_cb = NULL;