Searched defs:pairing_bda (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_utils.c327 smp_send_msg_to_L2CAP(p_cb->pairing_bda, p_buf))
891 L2CA_RemoveFixedChnl (L2CAP_SMP_BR_CID, p_cb->pairing_bda);
893 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
917 L2CA_SetIdleTimeoutByBdAddr(p_cb->pairing_bda, SMP_LINK_TOUT_MIN, BT_TRANSPORT_LE);
938 BD_ADDR pairing_bda; local
958 memcpy (pairing_bda, p_cb->pairing_bda, BD_ADDR_LEN);
963 (*p_callback) (SMP_COMPLT_EVT, pairing_bda, &evt_data);
1387 BTM_ReadConnectionAddr( p_cb->pairing_bda, bda, &addr_type);
1410 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bd
[all...]
H A Dsmp_int.h274 BD_ADDR pairing_bda; member in struct:__anon1291
/system/bt/stack/btm/
H A Dbtm_int.h865 BD_ADDR pairing_bda; /* The device currently pairing */ member in struct:__anon892

Completed in 74 milliseconds