Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c178 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs) in sdpu_build_attrib_seq() argument
187 xx = num_attrs * 3; in sdpu_build_attrib_seq()
210 for (xx = 0; xx < num_attrs; xx++, p_attr++) in sdpu_build_attrib_seq()
Dsdpint.h281 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c904 UINT16 num_attrs = 2; in bta_gattc_sdp_service_disc() local
919 &uuid, num_attrs, attr_list); in bta_gattc_sdp_service_disc()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_act.c2190 UINT16 num_attrs = BTA_HL_NUM_SRCH_ATTR; in bta_hl_init_sdp() local
2217 SDP_InitDiscoveryDb(p_cb->p_db, BTA_HL_DISC_SIZE, 1, &uuid_list, num_attrs, attr_list); in bta_hl_init_sdp()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c2217 UINT16 num_attrs = 1; in bta_dm_find_services() local
2285 num_attrs = 2; in bta_dm_find_services()