Searched refs:p_eir_uuid (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/include/ |
D | btm_api.h | 1884 extern bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16); 1916 extern void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16); 1931 extern void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16); 1949 extern uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p,
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 2210 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService() argument 2215 return (BTM_EIR_HAS_SERVICE(p_eir_uuid, service_id)); in BTM_HasEirService() 2258 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() argument 2263 BTM_EIR_SET_SERVICE(p_eir_uuid, service_id); in BTM_AddEirService() 2279 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService() argument 2284 BTM_EIR_CLR_SERVICE(p_eir_uuid, service_id); in BTM_RemoveEirService() 2303 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices() argument 2312 if (BTM_EIR_HAS_SERVICE(p_eir_uuid, service_index)) { in BTM_GetEirSupportedServices()
|