Searched refs:uuidText (Results 1 – 3 of 3) sorted by relevance
/system/chre/chpp/ |
D | services.c | 103 char uuidText[CHPP_SERVICE_UUID_STRING_LEN]; in chppRegisterService() local 104 chppUuidToStr(newService->descriptor.uuid, uuidText); in chppRegisterService() 111 newService->descriptor.name, uuidText, in chppRegisterService()
|
D | clients.c | 189 char uuidText[CHPP_SERVICE_UUID_STRING_LEN]; in chppRegisterClient() local 190 chppUuidToStr(newClient->descriptor.uuid, uuidText); in chppRegisterClient() 193 appContext->registeredClientCount, uuidText, in chppRegisterClient()
|
/system/chre/chpp/clients/ |
D | discovery.c | 136 char uuidText[CHPP_SERVICE_UUID_STRING_LEN]; in chppDiscoveryProcessDiscoverAll() local 137 chppUuidToStr(response->services[i].uuid, uuidText); in chppDiscoveryProcessDiscoverAll() 143 CHPP_SERVICE_HANDLE_OF_INDEX(i), response->services[i].name, uuidText, in chppDiscoveryProcessDiscoverAll() 156 CHPP_SERVICE_HANDLE_OF_INDEX(i), response->services[i].name, uuidText, in chppDiscoveryProcessDiscoverAll()
|