Searched refs:bluetoothSrcAddr (Results 1 – 2 of 2) sorted by relevance
271 uint8_t bluetoothSrcAddr[BT_ADDRESS_LENGTH]; in PanSendData() local273 ReverseAddress(head.srcAddr, bluetoothSrcAddr); in PanSendData()275 std::string srcAddr = RawAddress::ConvertToString(bluetoothSrcAddr).GetAddress(); in PanSendData()
241 uint8_t bluetoothSrcAddr[BT_ADDRESS_LENGTH]; in SendData() local243 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() local1318 RawAddress(address_).ConvertToUint8(bluetoothSrcAddr); in ProcessBnepEthernetPacketHeader()1319 PanService::ReverseAddress(bluetoothSrcAddr, ethernetHeader.srcAddr); in ProcessBnepEthernetPacketHeader()