Searched refs:num_attrs (Results 1 - 6 of 6) sorted by relevance
/system/bt/stack/sdp/ |
H A D | sdp_utils.c | 178 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 D | sdpint.h | 278 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
|
/system/bt/bta/gatt/ |
H A D | bta_gattc_cache.c | 905 UINT16 num_attrs = 2; local 920 &uuid, num_attrs, attr_list);
|
/system/extras/perfprofd/quipper/ |
H A D | perf_reader.cc | 878 size_t num_attrs = header_.attrs.size / header_.attr_size; local 880 for (size_t i = 0; i < num_attrs; i++) {
|
/system/bt/bta/hl/ |
H A D | bta_hl_act.c | 2189 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);
|
/system/bt/bta/dm/ |
H A D | bta_dm_act.c | 2103 UINT16 num_attrs = 1; local
|
Completed in 81 milliseconds