Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c2563 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_HasEirService() argument
2569 return( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService()
2614 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_AddEirService() argument
2620 BTM_EIR_SET_SERVICE( p_eir_uuid, service_id ); in BTM_AddEirService()
2635 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_RemoveEirService() argument
2641 BTM_EIR_CLR_SERVICE( p_eir_uuid, service_id ); in BTM_RemoveEirService()
2659 UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p, in BTM_GetEirSupportedServices() argument
2668 if( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_index )) in BTM_GetEirSupportedServices()
/system/bt/stack/include/
Dbtm_api.h3780 extern BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3811 extern void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3825 extern void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
3842 extern UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,