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

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c187 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/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c798 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, argument
806 for (xx = 0; xx < num_services; xx++, p_service_uuids++)
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h66 UINT8 num_services; member in struct:__anon7885
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h176 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon741
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c907 UINT8 service_code_idx, num_services = 0; local
927 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)
933 if (service_code_idx == num_services)
937 num_services++;
945 *p_msg_num_services = num_services;
956 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++)

Completed in 108 milliseconds