Home
last modified time | relevance | path

Searched refs:p_eir_uuid (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c3021 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_HasEirService() argument
3028 return( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService()
3080 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_AddEirService() argument
3087 BTM_EIR_SET_SERVICE( p_eir_uuid, service_id ); in BTM_AddEirService()
3103 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_RemoveEirService() argument
3110 BTM_EIR_CLR_SERVICE( p_eir_uuid, service_id ); in BTM_RemoveEirService()
3129 UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p, in BTM_GetEirSupportedServices() argument
3139 if( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_index )) in BTM_GetEirSupportedServices()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h4338 BTM_API extern BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4369 BTM_API extern void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4383 BTM_API extern void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4400 BTM_API extern UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,