Searched defs:num_services (Results 1 - 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/hl/ |
H A D | bta_hl_sdp.c | 188 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 D | sdp_db.c | 854 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 D | ce_int.h | 67 UINT8 num_services; member in struct:__anon21211
|
/external/bluetooth/bluedroid/bta/include/ |
H A D | bta_jv_api.h | 204 INT32 num_services; /* -1, if error. Otherwise, the number of member in struct:__anon815
|
/external/libnfc-nci/src/nfc/tags/ |
H A D | rw_t3t.c | 965 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