Lines Matching full:bd_addr
124 ** Parameters bd_addr - peer device bd address.
129 tSMP_STATUS SMP_Pair (BD_ADDR bd_addr)
144 memcpy (p_cb->pairing_bda, bd_addr, BD_ADDR_LEN);
146 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr))
164 ** Parameters bd_addr - peer device bd address.
169 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr)
177 (!memcmp (p_cb->pairing_bda, bd_addr, BD_ADDR_LEN)) )
193 ** Parameters bd_addr - peer device bd address.
200 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res)
205 memcmp (smp_cb.pairing_bda, bd_addr, BD_ADDR_LEN))
221 ** Parameters: bd_addr - Address of the device for which passkey was requested
227 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
243 if (memcmp (bd_addr, p_cb->pairing_bda, BD_ADDR_LEN) != 0)
249 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
278 ** Parameters: bd_addr - Address of the peer device
283 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data)
288 UNUSED(bd_addr);