Searched defs:num_elem (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/hl/
H A Dbta_hl_sdp.c95 int bta_hl_compose_supported_feature_list( UINT8 *p, UINT16 num_elem, argument
101 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
144 BOOLEAN bta_hl_add_sup_feature_list (UINT32 handle, UINT16 num_elem, argument
153 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, p_elem_list);
/system/bt/stack/sdp/
H A Dsdp_db.c218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem, argument
230 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, argument
545 for (xx = 0; xx < num_elem; xx++)
585 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
660 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, argument
674 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list);
696 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem, argument
715 for (xx = 0; xx < num_elem; xx++, p_proto_list++)
/system/bt/stack/include/
H A Dbtm_ble_api.h435 UINT8 num_elem; member in struct:__anon1058
/system/bt/bta/include/
H A Dbta_api.h380 UINT8 num_elem; member in struct:__anon281

Completed in 92 milliseconds