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

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

Completed in 764 milliseconds