Home
last modified time | relevance | path

Searched refs:num_services (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c184 UINT8 num_services=1; in bta_hl_sdp_update() local
196 num_services=1; in bta_hl_sdp_update()
207 num_services=2; in bta_hl_sdp_update()
211 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_update()
338 for(i=0; i < num_services; i++) in bta_hl_sdp_update()
387 UINT8 num_services=1; in bta_hl_sdp_register() local
407 num_services=1; in bta_hl_sdp_register()
418 num_services=2; in bta_hl_sdp_register()
422 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_register()
545 for(i=0; i < num_services; i++) in bta_hl_sdp_register()
/external/kernel-headers/original/uapi/linux/
Dip_vs.h187 unsigned int num_services; member
250 unsigned int num_services; member
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c726 STREAM_TO_UINT8 (p_cb->cur_cmd.num_services, p); in ce_t3t_data_cback()
729 … block_list_start_offset = T3T_MSG_CMD_COMMON_HDR_LEN + 2*p_cb->cur_cmd.num_services + 1; in ce_t3t_data_cback()
748 for (i = 0; i < p_cb->cur_cmd.num_services; i++) in ce_t3t_data_cback()
773 if ((bl0 & T3T_MSG_SERVICE_LIST_MASK) >= p_cb->cur_cmd.num_services) in ce_t3t_data_cback()
Drw_t3t.c1018 UINT8 service_code_idx, num_services = 0; in rw_t3t_message_set_block_list() local
1038 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++) in rw_t3t_message_set_block_list()
1044 if (service_code_idx == num_services) in rw_t3t_message_set_block_list()
1048 num_services++; in rw_t3t_message_set_block_list()
1056 *p_msg_num_services = num_services; in rw_t3t_message_set_block_list()
1067 for (service_code_idx=0; service_code_idx<num_services; service_code_idx++) in rw_t3t_message_set_block_list()
/external/libnfc-nci/src/nfc/int/
Dce_int.h67 UINT8 num_services; member
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c721 INT32 num_services = -1; in BTA_JvGetServicesResult()
731 num_services = 0; in BTA_JvGetServicesResult()
753 memcpy(TLVs[num_services++], op, len+hdr_len); in BTA_JvGetServicesResult()
757 memcpy(TLVs[num_services++], np, len); in BTA_JvGetServicesResult()
761 return(num_services); in BTA_JvGetServicesResult()
Dbta_jv_act.c1191 evt_data.num_services = -1; in bta_jv_get_services_length()
1196 evt_data.num_services = 0; in bta_jv_get_services_length()
1217 evt_data.p_services_len[evt_data.num_services++] = len + np - op; in bta_jv_get_services_length()
1221 evt_data.p_services_len[evt_data.num_services++] = len; in bta_jv_get_services_length()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h602 UINT16 num_services,
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c854 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, in SDP_AddServiceClassIdList() argument
870 for (xx = 0; xx < num_services; xx++, p_service_uuids++) in SDP_AddServiceClassIdList()
/external/bluetooth/bluedroid/bta/include/
Dbta_jv_api.h204 INT32 num_services; /* -1, if error. Otherwise, the number of member