Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi_aware/interfaces/kits/
H A Dwifiaware.h114 typedef int (*RecvCallback)(unsigned char* macAddr, unsigned char peerHandle, unsigned char localHa…
180 int SendData(unsigned char* macAddr, unsigned char peerHandle, unsigned char localHandle,
/ohos5.0/foundation/communication/wifi_aware/hals/
H A Dhal_wifiaware.h31 typedef int (*HalRecvCallback)(unsigned char* macAddr, unsigned char peerHandle, unsigned char loca…
40 int HalWifiSdpSend(unsigned char* macAddr, unsigned char peerHandle, unsigned char localHandle,
/ohos5.0/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c78 int SendData(unsigned char* macAddr, unsigned char peerHandle, unsigned char localHandle, in SendData() argument
81 if (HalWifiSdpSend(macAddr, peerHandle, localHandle, msg, len) != 0) { in SendData()