Searched refs:num_attrs (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_utils.c | 178 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()
|
D | sdpint.h | 281 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 904 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/ |
D | bta_hl_act.c | 2190 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/ |
D | bta_dm_act.c | 2217 UINT16 num_attrs = 1; in bta_dm_find_services() local 2285 num_attrs = 2; in bta_dm_find_services()
|