HomeSort by relevance Sort by last modified time
    Searched full:num_services (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 187 UINT8 num_services=1; local
207 num_services=1;
218 num_services=2;
222 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
345 for(i=0; i < num_services; i++)
  /external/libnfc-nci/src/nfc/int/
ce_int.h 66 UINT8 num_services; member in struct:__anon9437
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 709 INT32 num_services = -1;
719 num_services = 0;
741 memcpy(TLVs[num_services++], op, len+hdr_len);
745 memcpy(TLVs[num_services++], np, len);
749 return(num_services);
    [all...]
bta_jv_act.c 948 evt_data.num_services = -1;
953 evt_data.num_services = 0;
974 evt_data.p_services_len[evt_data.num_services++] = len + np - op;
978 evt_data.p_services_len[evt_data.num_services++] = len;
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 798 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services,
806 for (xx = 0; xx < num_services; xx++, p_service_uuids++)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 602 UINT16 num_services,
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 176 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon2296
    [all...]
  /external/libnfc-nci/src/nfc/include/
tags_defs.h 284 #define T3T_MSG_CMD_COMMON_HDR_LEN 11 /* Common header: SoD + cmdcode + NFCID2 + num_services */

Completed in 422 milliseconds