Searched refs:bluetoothDestAddr (Results 1 – 2 of 2) sorted by relevance
249 uint8_t bluetoothDestAddr[BT_ADDRESS_LENGTH]; in WriteNetworkData() local250 ReverseAddress(head.destAddr, bluetoothDestAddr); in WriteNetworkData()251 std::string destAddr = RawAddress::ConvertToString(bluetoothDestAddr).GetAddress(); in WriteNetworkData()270 uint8_t bluetoothDestAddr[BT_ADDRESS_LENGTH]; in PanSendData() local272 ReverseAddress(head.destAddr, bluetoothDestAddr); in PanSendData()274 std::string destAddr = RawAddress::ConvertToString(bluetoothDestAddr).GetAddress(); in PanSendData()
240 uint8_t bluetoothDestAddr[BT_ADDRESS_LENGTH]; in SendData() local242 PanService::ReverseAddress(ethernetHeader.destAddr, bluetoothDestAddr); in SendData()244 std::string destAddr = RawAddress::ConvertToString(bluetoothDestAddr).GetAddress(); in SendData()1296 uint8_t bluetoothDestAddr[BT_ADDRESS_LENGTH]; in ProcessBnepEthernetPacketHeader() local1297 RawAddress(PanService::GetLocalAddress()).ConvertToUint8(bluetoothDestAddr); in ProcessBnepEthernetPacketHeader()1298 PanService::ReverseAddress(bluetoothDestAddr, ethernetHeader.destAddr); in ProcessBnepEthernetPacketHeader()