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

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c188 UINT8 num_services=1; local
199 num_services=1;
210 num_services=2;
214 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
341 for(i=0; i < num_services; i++)
390 UINT8 num_services=1; local
410 num_services=1;
421 num_services=2;
425 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
548 for(i=0; i < num_services;
[all...]
/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/libnfc-nci/src/nfc/int/
H A Dce_int.h67 UINT8 num_services; member in struct:__anon21211
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h204 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon815
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c965 UINT8 service_code_idx, num_services = 0; local
985 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)
991 if (service_code_idx == num_services)
995 num_services++;
1003 *p_msg_num_services = num_services;
1014 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)

Completed in 1206 milliseconds