Searched defs:num_attrs (Results 1 - 4 of 4) 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++)
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c891 UINT16 num_attrs = 2; local
905 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.c2189 UINT16 num_attrs = BTA_HL_NUM_SRCH_ATTR; local
2216 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.c2187 UINT16 num_attrs = 1; local
2255 num_attrs = 2;
2266 //SDP_InitDiscoveryDb (bta_dm_search_cb.p_sdp_db, BTA_DM_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);

Completed in 1387 milliseconds