HomeSort by relevance Sort by last modified time
    Searched refs:num_elem (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 219 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
231 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
536 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
554 for (xx = 0; xx < num_elem; xx++)
594 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
669 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
683 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list);
705 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
724 for (xx = 0; xx < num_elem; xx++, p_proto_list++)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 503 UINT16 num_elem, UINT8 type[],
535 SDP_API extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
551 SDP_API extern BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
btm_ble_api.h 394 UINT8 num_elem; member in struct:__anon6106
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 95 int bta_hl_compose_supported_feature_list( UINT8 *p, UINT16 num_elem,
101 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
144 BOOLEAN bta_hl_add_sup_feature_list (UINT32 handle, UINT16 num_elem,
153 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, p_elem_list);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_multi_adv_util.c 369 p_prop->num_elem = 0;
371 p_prop->num_elem = 1;
372 p_prop->p_elem = GKI_getbuf(sizeof(tBTA_BLE_PROP_ELEM) * p_prop->num_elem);
549 while (i++ != p_multi_inst_cb->data.p_proprietary->num_elem
  /external/libpcap/
pcap-dos.h 125 int num_elem; /* number of elements */ member in struct:rx_ringbuf
pcap-dos.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 376 UINT8 num_elem; member in struct:__anon5309
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c     [all...]

Completed in 313 milliseconds