Home
last modified time | relevance | path

Searched refs:PanSendData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.h98 int PanSendData(EthernetHeader head, uint8_t *data, int len);
125 void PanSendData(std::string address, EthernetHeader head, uint8_t *data, int len);
H A Dpan_service.cpp245 PanSendData(it->first, head, data, len); in WriteNetworkData()
256 PanSendData(it->first, head, data, len); in WriteNetworkData()
267 int PanService::PanSendData(EthernetHeader head, uint8_t *data, int len) in PanSendData() function in OHOS::bluetooth::PanService
280 PanSendData(it->first, head, data, len); in PanSendData()
293 void PanService::PanSendData(std::string address, EthernetHeader head, uint8_t *data, int len) in PanSendData() function in OHOS::bluetooth::PanService
H A Dpan_network.cpp437 … PanService::GetService()->PanSendData(head, packet + sizeof(head), packetSize - sizeof(head)); in ReadPanNetworkEvent()