Searched refs:service_type (Results 1 - 17 of 17) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c419 UINT4 service_type; local
437 service_type = PW_ADMINISTRATIVE;
438 rc_avpair_add(&(data.send_pairs), PW_SERVICE_TYPE, &service_type, 0, VENDOR_NONE);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c273 len = (p_attr16->p_value->incl_handle.service_type.len == 2) ? 6 : 4;
279 if (p_attr16->p_value->incl_handle.service_type.len == 2)
281 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
431 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
1116 UINT16 service_type = is_pri ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE; local
1121 if ((p_attr = (tGATT_ATTR16 *)(allocate_attr_in_db(p_db, service_type, NULL, GATT_PERM_READ))) != NULL)
H A Dgatt_cl.c809 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p))
831 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
832 record_value.incl_service.service_type.len = LEN_UUID_16;
999 memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu.uuid128, p, len);
1000 p_clcb->read_uuid128.result.value.incl_service.service_type.len = LEN_UUID_128;
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h504 tBT_UUID service_type; /* group type */ member in struct:__anon1272
512 tBT_UUID service_type; /* included service UUID */ member in struct:__anon1273
H A Dhcimsgs.h377 UINT8 service_type,
431 UINT8 service_type,
1039 UINT8 service_type, UINT32 token_rate, UINT32 peak,
1047 UINT8 flow_direction, UINT8 service_type, UINT32 token_rate, UINT32 token_bucket_size,
H A Dbt_types.h357 UINT8 service_type; /* see below */ member in struct:__anon1150
365 /* Values for service_type */
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c931 p_data->value.group_value.service_type,
949 p_data->value.incl_service.service_type);
955 p_data->value.incl_service.service_type,
960 &p_data->value.incl_service.service_type,
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c547 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
647 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
1401 p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_TYPE;
1830 if (p_cfg->qos.service_type <= GUARANTEED)
1838 p_cfg->qos.service_type = BEST_EFFORT;
H A Dl2c_main.c495 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
597 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
/external/strace/
H A Dstream.c684 static const struct xlat service_type [] = { variable in typeref:struct:xlat
941 printxval (service_type, m.info_ack.SERV_type, "T_???");
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c2434 if (!btsnd_hcic_qos_setup (p->hci_handle, p_flow->qos_flags, p_flow->service_type,
2476 qossu.flow.service_type = p_flow->service_type;
/external/qemu/hw/
H A Dbt-l2cap.c568 val = qos->service_type;
571 qos->service_type = L2CAP_CONF_QOS_BEST_EFFORT;
H A Dbt.h709 uint8_t service_type; /* 1 = best effort */ member in struct:__anon10821
1818 uint8_t service_type; member in struct:__anon10944
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c876 BOOLEAN btsnd_hcic_qos_setup (UINT16 handle, UINT8 flags, UINT8 service_type, argument
896 UINT8_TO_STREAM (pp, service_type);
1037 UINT8 service_type, UINT32 token_rate,
1058 UINT8_TO_STREAM (pp, service_type);
1036 btsnd_hcic_flow_specification(UINT16 handle, UINT8 flags, UINT8 flow_direct, UINT8 service_type, UINT32 token_rate, UINT32 token_bucket_size, UINT32 peak, UINT32 latency) argument
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h343 UINT8 service_type; /* see below */ member in struct:__anon7428
351 /* Values for service_type */
/external/libnfc-nci/src/include/
H A Dbt_types.h343 UINT8 service_type; /* see below */ member in struct:__anon7507
351 /* Values for service_type */
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c901 STREAM_TO_UINT8 (flow.service_type, p);

Completed in 4655 milliseconds