Home
last modified time | relevance | path

Searched defs:peerBrMac (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h91 const char *peerBrMac; // PEER_BR_MAC member
158 const char *peerBrMac; // PEER_BR_MAC member
H A Ddisc_event_form.h118 const char *peerBrMac; // PEER_BR_MAC member
197 const char *peerBrMac; // PEER_BR_MAC member
H A Dlnn_event_form.h127 const char *peerBrMac; // PEER_BR_MAC member
223 const char peerBrMac[BT_MAC_LEN]; // PEER_BR_MAC member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c879 char peerBrMac[BT_MAC_LEN] = {0}; in TransProxyOnDataReceived() local
H A Dsoftbus_proxychannel_message.c226 int32_t GetBrMacFromConnInfo(uint32_t connId, char *peerBrMac, uint32_t len) in GetBrMacFromConnInfo()