Lines Matching refs:bd_addr
142 tSMP_STATUS SMP_Pair(const RawAddress& bd_addr) { in SMP_Pair() argument
149 bd_addr.ToString().c_str()); in SMP_Pair()
157 p_cb->pairing_bda = bd_addr; in SMP_Pair()
159 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) { in SMP_Pair()
185 tSMP_STATUS SMP_BR_PairWith(const RawAddress& bd_addr) { in SMP_BR_PairWith() argument
193 bd_addr.ToString().c_str()); in SMP_BR_PairWith()
204 p_cb->pairing_bda = bd_addr; in SMP_BR_PairWith()
206 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, bd_addr)) { in SMP_BR_PairWith()
229 bool SMP_PairCancel(const RawAddress& bd_addr) { in SMP_PairCancel() argument
243 if (p_cb->state != SMP_STATE_IDLE && p_cb->pairing_bda == bd_addr) { in SMP_PairCancel()
268 void SMP_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in SMP_SecurityGrant() argument
276 smp_cb.cb_evt != SMP_SEC_REQUEST_EVT || smp_cb.pairing_bda != bd_addr) { in SMP_SecurityGrant()
291 smp_cb.cb_evt != SMP_SEC_REQUEST_EVT || smp_cb.pairing_bda != bd_addr) in SMP_SecurityGrant()
316 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, in SMP_PasskeyReply() argument
331 if (bd_addr != p_cb->pairing_bda) { in SMP_PasskeyReply()
336 if (btm_find_dev(bd_addr) == NULL) { in SMP_PasskeyReply()
374 void SMP_ConfirmReply(const RawAddress& bd_addr, uint8_t res) { in SMP_ConfirmReply() argument
388 if (bd_addr != p_cb->pairing_bda) { in SMP_ConfirmReply()
393 if (btm_find_dev(bd_addr) == NULL) { in SMP_ConfirmReply()
421 void SMP_OobDataReply(const RawAddress& bd_addr, tSMP_STATUS res, uint8_t len, in SMP_OobDataReply() argument