Searched defs:num_services (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c184 UINT8 num_services=1; local
196 num_services=1;
207 num_services=2;
211 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
338 for(i=0; i < num_services; i++)
387 UINT8 num_services=1; local
407 num_services=1;
418 num_services=2;
422 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
545 for(i=0; i < num_services;
[all...]
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h67 UINT8 num_services; member in struct:__anon24341
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c854 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, argument
870 for (xx = 0; xx < num_services; xx++, p_service_uuids++)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h204 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon881
/external/kernel-headers/original/uapi/linux/
H A Dip_vs.h187 unsigned int num_services; member in struct:ip_vs_getinfo
250 unsigned int num_services; member in struct:ip_vs_get_services
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c1018 UINT8 service_code_idx, num_services = 0; local
1038 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)
1044 if (service_code_idx == num_services)
1048 num_services++;
1056 *p_msg_num_services = num_services;
1067 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)

Completed in 2251 milliseconds