HomeSort by relevance Sort by last modified time
    Searched defs:service_type (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc 22 std::string ServiceDescription::service_type() const { function in class:local_discovery::ServiceDescription
  /external/ppp/pppd/plugins/radius/
buildreq.c 419 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/
gatt_db.c 274 len = (p_attr16->p_value->incl_handle.service_type.len == 2) ? 6 : 4;
280 if (p_attr16->p_value->incl_handle.service_type.len == 2)
282 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
432 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
1134 UINT16 service_type = is_pri ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE; local
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 599 std::string service_type; local
600 service_properties->GetString(flimflam::kTypeProperty, &service_type);
613 if (type != service_type)
  /external/strace/
stream.c 684 static const struct xlat service_type [] = { variable in typeref:struct:xlat
941 printxval (service_type, m.info_ack.SERV_type, "T_???");
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 161 ServiceType service_type = INVALID; local
165 service_type = static_cast<ServiceType>(i);
169 if (service_type == INVALID) {
175 if (service_type == TURNS)
190 switch (service_type) {
207 bool secure = (service_type == TURNS);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 516 tBT_UUID service_type; /* group type */ member in struct:__anon3796
524 tBT_UUID service_type; /* included service UUID */ member in struct:__anon3797
    [all...]
bt_types.h 360 UINT8 service_type; /* see below */ member in struct:__anon3666
368 /* Values for service_type */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 112 uint8 service_type; member in struct:ext_flow_spec
  /external/libnfc-nci/src/include/
bt_types.h 344 UINT8 service_type; /* see below */ member in struct:__anon22281
352 /* Values for service_type */
  /external/qemu/hw/
bt.h 709 uint8_t service_type; /* 1 = best effort */ member in struct:__anon27061
1818 uint8_t service_type; member in struct:__anon27184
    [all...]

Completed in 1539 milliseconds