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

  /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/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));
  /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,
  /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/stack/include/
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...]
bt_types.h 369 UINT8 service_type; /* see below */ member in struct:__anon69487
377 /* Values for service_type */
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /system/bt/stack/l2cap/
l2c_utils.c 642 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
742 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
    [all...]
l2c_main.c 525 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
627 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 112 uint8 service_type; member in struct:ext_flow_spec
  /system/bt/stack/btm/
btm_acl.c     [all...]
  /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/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/btu/
btu_hcif.c 741 STREAM_TO_UINT8 (flow.service_type, p);
    [all...]

Completed in 418 milliseconds