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.c876 UINT16 num_attrs = 2; local
890 SDP_InitDiscoveryDb (bta_gattc_cb.p_sdp_db, BTA_GATT_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_act.c2185 UINT16 num_attrs = BTA_HL_NUM_SRCH_ATTR; local
2213 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.c2048 UINT16 num_attrs = 1; local
2116 num_attrs = 2;
2127 //SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);

Completed in 136 milliseconds