Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/common/
Dwifi.h123 CHPP_WIFI_REQUEST_RANGING_ASYNC = 0x0005, enumerator
125 #define CHPP_WIFI_CLIENT_REQUEST_MAX CHPP_WIFI_REQUEST_RANGING_ASYNC
/system/chre/chpp/clients/
Dwifi.c221 case CHPP_WIFI_REQUEST_RANGING_ASYNC: { in chppDispatchWifiResponse()
263 case CHPP_WIFI_REQUEST_RANGING_ASYNC: { in chppDispatchWifiNotification()
819 request->header.command = CHPP_WIFI_REQUEST_RANGING_ASYNC; in chppWifiClientRequestRanging()
823 &gWifiClientContext.rRState[CHPP_WIFI_REQUEST_RANGING_ASYNC], request, in chppWifiClientRequestRanging()
/system/chre/chpp/services/
Dwifi.c194 case CHPP_WIFI_REQUEST_RANGING_ASYNC: { in chppDispatchWifiRequest()
648 notification->header.command = CHPP_WIFI_REQUEST_RANGING_ASYNC; in chppWifiServiceRangingEventCallback()