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

  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 33 public static final String SERVICE_TYPE = "_http._tcp.";
63 if (!service.getServiceType().equals(SERVICE_TYPE)) {
151 serviceInfo.setServiceType(SERVICE_TYPE);
162 SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD, mDiscoveryListener);
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 34 private static final String SERVICE_TYPE = "_nmt._tcp";
259 si.setServiceType(SERVICE_TYPE);
296 mNsdManager.discoverServices(SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD,
380 si.setServiceType(SERVICE_TYPE);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
com_android_bluetooth_hfp.cpp 648 jint network_state, jint service_type, jint signal,
654 ((bthf_network_state_t) network_state, (bthf_service_type_t) service_type,
  /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);
  /system/bt/stack/gatt/
gatt_cl.c 435 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID));
814 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p))
836 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
837 record_value.incl_service.service_type.len = LEN_UUID_16;
    [all...]
gatt_db.c 276 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16)
286 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16)
288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
467 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
    [all...]
  /system/bt/btif/src/
btif_gatt_test.c 161 format_uuid(p_data->value.group_value.service_type, str_buf));
175 format_uuid(p_data->value.incl_service.service_type, str_buf));
  /system/bt/bta/gatt/
bta_gattc_cache.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 216 if (!service.getServiceType().equals(SERVICE_TYPE)) {
283 SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD, mDiscoveryListener);
  /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:__anon12750
352 /* Values for service_type */
  /system/bt/stack/include/
bt_types.h 369 UINT8 service_type; /* see below */ member in struct:__anon69487
377 /* Values for service_type */
    [all...]
gatt_api.h 514 tBT_UUID service_type; /* group type */ member in struct:__anon69633
522 tBT_UUID service_type; /* included service UUID */ member in struct:__anon69634
    [all...]
hcimsgs.h 313 UINT8 service_type,
    [all...]
  /system/bt/stack/l2cap/
l2c_main.c 525 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
627 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
    [all...]
l2c_utils.c 642 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
742 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
    [all...]
  /external/sepolicy/
domain.te 334 # from service name to service_type are defined in service_contexts.
  /system/bt/stack/hcic/
hcicmds.c 816 BOOLEAN btsnd_hcic_qos_setup (UINT16 handle, UINT8 flags, UINT8 service_type,
836 UINT8_TO_STREAM (pp, service_type);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /system/bt/stack/btm/
btm_acl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdoias.h 328 } SERVICE_TYPE;
    [all...]
  /system/bt/stack/btu/
btu_hcif.c 741 STREAM_TO_UINT8 (flow.service_type, p);
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 549 * or a radio-like channel. Use the same coding for {@code service_type} in the underlying
558 public static final String COLUMN_SERVICE_TYPE = "service_type";
    [all...]

Completed in 2671 milliseconds