Home
last modified time | relevance | path

Searched refs:num_attrs (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c177 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs) in sdpu_build_attrib_seq() argument
186 xx = num_attrs * 3; in sdpu_build_attrib_seq()
204 for (xx = 0; xx < num_attrs; xx++, p_attr++) { in sdpu_build_attrib_seq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h272 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c918 UINT16 num_attrs = 2; in bta_gattc_sdp_service_disc() local
941 &uuid, num_attrs, attr_list); in bta_gattc_sdp_service_disc()