Searched refs:p_eir_uuid (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 3022 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_HasEirService() argument 3029 return( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService() 3081 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_AddEirService() argument 3088 BTM_EIR_SET_SERVICE( p_eir_uuid, service_id ); in BTM_AddEirService() 3104 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_RemoveEirService() argument 3111 BTM_EIR_CLR_SERVICE( p_eir_uuid, service_id ); in BTM_RemoveEirService() 3130 UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p, in BTM_GetEirSupportedServices() argument 3140 if( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_index )) in BTM_GetEirSupportedServices()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 4333 BTM_API extern BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ); 4364 BTM_API extern void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ); 4378 BTM_API extern void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ); 4395 BTM_API extern UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,
|