Searched refs:num_elem (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_db.c | 218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem, in sdp_compose_proto_list() argument 230 for (xx = 0; xx < num_elem; xx++, p_elem_list++) in sdp_compose_proto_list() 527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, in SDP_AddSequence() argument 540 for (xx = 0; xx < num_elem; xx++) in SDP_AddSequence() 580 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem); in SDP_AddSequence() 650 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, in SDP_AddProtocolList() argument 658 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list); in SDP_AddProtocolList() 680 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem, in SDP_AddAdditionProtoLists() argument 694 for (xx = 0; xx < num_elem; xx++, p_proto_list++) in SDP_AddAdditionProtoLists()
|
/system/bt/stack/include/ |
D | sdp_api.h | 489 UINT16 num_elem, UINT8 type[], 521 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, 537 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
|
D | btm_ble_api.h | 447 UINT8 num_elem; member
|
/system/bt/bta/hl/ |
D | bta_hl_sdp.c | 95 int bta_hl_compose_supported_feature_list( UINT8 *p, UINT16 num_elem, in bta_hl_compose_supported_feature_list() argument 101 for (xx = 0; xx < num_elem; xx++, p_elem_list++) in bta_hl_compose_supported_feature_list() 144 BOOLEAN bta_hl_add_sup_feature_list (UINT32 handle, UINT16 num_elem, in bta_hl_add_sup_feature_list() argument 151 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, in bta_hl_add_sup_feature_list()
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 339 p_prop->num_elem = 1; in btif_gattc_copy_datacb()
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 1593 for (i = 0; i < p_data->proprietary.num_elem; ++i) in btm_ble_build_adv_data()
|