Home | History | Annotate | Download | only in smp

Lines Matching refs:bd_addr

123 ** Parameters       bd_addr - peer device bd address.
128 tSMP_STATUS SMP_Pair (BD_ADDR bd_addr)
143 memcpy (p_cb->pairing_bda, bd_addr, BD_ADDR_LEN);
145 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr))
163 ** Parameters bd_addr - peer device bd address.
168 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr)
176 (!memcmp (p_cb->pairing_bda, bd_addr, BD_ADDR_LEN)) )
192 ** Parameters bd_addr - peer device bd address.
199 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res)
204 memcmp (smp_cb.pairing_bda, bd_addr, BD_ADDR_LEN))
217 ** Parameters: bd_addr - Address of the device for which passkey was requested
223 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
239 if (memcmp (bd_addr, p_cb->pairing_bda, BD_ADDR_LEN) != 0)
245 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
274 ** Parameters: bd_addr - Address of the peer device
279 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data)