Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2480 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_HasEirService() argument
2486 return ( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService()
2529 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_AddEirService() argument
2535 BTM_EIR_SET_SERVICE( p_eir_uuid, service_id ); in BTM_AddEirService()
2667 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_RemoveEirService() argument
2673 BTM_EIR_CLR_SERVICE( p_eir_uuid, service_id ); in BTM_RemoveEirService()
2716 UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p, in BTM_GetEirSupportedServices() argument
2724 if ( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_index )) { in BTM_GetEirSupportedServices()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h4022 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4071 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4100 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 );
4132 UINT8 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p,