Home
last modified time | relevance | path

Searched refs:bluetoothSrcAddr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp271 uint8_t bluetoothSrcAddr[BT_ADDRESS_LENGTH]; in PanSendData() local
273 ReverseAddress(head.srcAddr, bluetoothSrcAddr); in PanSendData()
275 std::string srcAddr = RawAddress::ConvertToString(bluetoothSrcAddr).GetAddress(); in PanSendData()
H A Dpan_bnep.cpp241 uint8_t bluetoothSrcAddr[BT_ADDRESS_LENGTH]; in SendData() local
243 PanService::ReverseAddress(ethernetHeader.srcAddr, bluetoothSrcAddr); in SendData()
257 if (memcmp(bluetoothSrcAddr, localAddr.addr, BT_ADDRESS_LENGTH) == 0) { in SendData()
1317 uint8_t bluetoothSrcAddr[BT_ADDRESS_LENGTH]; in ProcessBnepEthernetPacketHeader() local
1318 RawAddress(address_).ConvertToUint8(bluetoothSrcAddr); in ProcessBnepEthernetPacketHeader()
1319 PanService::ReverseAddress(bluetoothSrcAddr, ethernetHeader.srcAddr); in ProcessBnepEthernetPacketHeader()