Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2486 return ( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService()
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.h596 #define BTM_EIR_HAS_SERVICE(p, service) ((((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BIT… macro