Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c3029 return( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_id )); in BTM_HasEirService()
3140 if( BTM_EIR_HAS_SERVICE( p_eir_uuid, service_index )) in BTM_GetEirSupportedServices()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h551 #define BTM_EIR_HAS_SERVICE(p, service) ((((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BIT… macro