HomeSort by relevance Sort by last modified time
    Searched full:bluetooth (Results 251 - 275 of 3136) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/res/values-zh-rHK/
strings_pbap_client.xml 4 <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string>
  /packages/apps/Bluetooth/res/values-zh-rTW/
strings_pbap_client.xml 4 <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string>
  /packages/apps/Bluetooth/res/values-zu/
strings_pbap_client.xml 4 <string name="pbap_account_type" msgid="6257077123906049322">"com.android.bluetooth.pbapsink"</string>
  /packages/apps/Bluetooth/src/com/android/bluetooth/
IObexConnectionHandler.java 15 package com.android.bluetooth;
17 import android.bluetooth.BluetoothDevice;
18 import android.bluetooth.BluetoothSocket;
23 * Called to validate if a connection to the Bluetooth device should be accepted.
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ISeqStepValidator.java 1 package com.android.bluetooth.tests;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DisableBluetoothSharingTask.java 25 * Disables Bluetooth sharing by disabling the BluetoothOppLauncherActivity.
37 ProvisionLogger.logd("Disabling Bluetooth sharing.");
38 mUtils.disableComponent(new ComponentName("com.android.bluetooth",
39 "com.android.bluetooth.opp.BluetoothOppLauncherActivity"), mUserId);
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.cpp 28 #include <service/common/bluetooth/binder/IBluetooth.h>
29 #include <service/common/bluetooth/binder/IBluetoothCallback.h>
30 #include <service/common/bluetooth/binder/IBluetoothLowEnergy.h>
31 #include <service/common/bluetooth/low_energy_constants.h>
60 LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service";
129 bluetooth::AdvertiseSettings::Mode adv_mode;
132 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_POWER;
134 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_BALANCED;
136 adv_mode = bluetooth::AdvertiseSettings::Mode::MODE_LOW_LATENCY;
147 bluetooth::AdvertiseSettings::TxPowerLevel adv_tx_power_level
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TODO 5 Bluetooth
  /system/bt/conf/
Android.mk 3 # Bluetooth bt_stack.conf config file
8 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
13 # Bluetooth bt_did.conf config file
18 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
  /system/bt/doc/
network_ports.md 3 This document lists all of the network ports used by the bluetooth stack.
  /system/bt/service/common/bluetooth/
adapter_state.h 21 namespace bluetooth { namespace
24 // from frameworks/base/core/java/android/bluetooth/BluetoothAdapter.java.
25 // These values need to match their android.bluetooth.BluetoothAdapter
43 } // namespace bluetooth
scan_result.cpp 17 #include "service/common/bluetooth/scan_result.h"
21 #include "service/common/bluetooth/util/address_helper.h"
24 namespace bluetooth { namespace
49 } // namespace bluetooth
advertise_settings.h 22 namespace bluetooth { namespace
25 // Bluetooth LE advertisement instance. This is the native equivalent of the
27 // frameworks/base/core/java/android/bluetooth/le/AdvertiseSettings.java
32 // Perform Bluetooth LE advertising in low power mode. This is the default
36 // Perform Bluetooth LE advertising in balanced power mode. This is balanced
40 // Perform Bluetooth LE advertising in low latency, high power mode. This
98 } // namespace bluetooth
  /system/bt/service/example/heart_rate/
heart_rate_server.h 26 #include <bluetooth/binder/IBluetooth.h>
27 #include <bluetooth/binder/IBluetoothGattServerCallback.h>
28 #include <bluetooth/gatt_identifier.h>
37 android::sp<ipc::binder::IBluetooth> bluetooth,
58 const bluetooth::GattIdentifier& service_id) override;
62 const bluetooth::GattIdentifier& characteristic_id) override;
66 const bluetooth::GattIdentifier& descriptor_id) override;
71 const bluetooth::GattIdentifier& characteristic_id) override;
76 const bluetooth::GattIdentifier& descriptor_id) override;
91 // with the Bluetooth daemon's GATT server features
    [all...]
  /system/bt/service/hal/
gatt_helpers.h 21 #include <hardware/bluetooth.h>
24 #include "service/common/bluetooth/gatt_identifier.h"
28 namespace bluetooth { namespace
41 } // namespace bluetooth
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
template-params.xml 28 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT)
50 <android>android.bluetooth.BluetoothGattService</android>
54 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT)
61 This sample shows a list of available Bluetooth LE devices and provides
66 hosted on a given Bluetooth LE device.
68 The Activities communicate with the Service, which in turn interacts with the [Bluetooth LE API][2].
71 [2]:https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html
  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 8 from autotest_lib.client.common_lib.cros.bluetooth import bluetooth_socket
9 from autotest_lib.server.cros.bluetooth import bluetooth_test
14 Verify that the Bluetooth adapter has correct state.
85 raise error.TestFail('Bluetooth adapter is powered')
88 # initial state before the bluetooth daemon adjusts them - we're ok
93 raise error.TestFail('Bluetooth adapter would be discoverable '
96 # Verify that the Bluetooth Daemon sees that it is also powered down,
101 raise error.TestFail('Bluetooth daemon Powered property does not '
104 raise error.TestFail('Bluetooth daemon Discoverable property '
107 raise error.TestFail('Bluetooth daemon believes adapter is
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 17 package android.bluetooth;
29 "android.bluetooth.devicepicker.extra.NEED_AUTH";
31 "android.bluetooth.devicepicker.extra.FILTER_TYPE";
33 "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE";
35 "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS";
44 "android.bluetooth.devicepicker.action.DEVICE_SELECTED";
59 "android.bluetooth.devicepicker.action.LAUNCH";
BluetoothManager.java 17 package android.bluetooth;
30 * and to conduct overall Bluetooth Management.
42 * For more information about using BLUETOOTH, read the <a href=
43 * "{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer
72 * Get the default BLUETOOTH Adapter for this device.
74 * @return the default BLUETOOTH Adapter
84 * the connection state of the local Bluetooth adapter for certain profile.
86 * to know the state of Bluetooth.
88 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]
  /system/bt/service/common/bluetooth/binder/
IBluetoothCallback.h 23 #include <bluetooth/adapter_state.h>
29 // updates from the Bluetooth service. This class was written based on the
31 // /frameworks/base/core/java/android/bluetooth/IBluetoothCallback.aidl.
48 bluetooth::AdapterState prev_state,
49 bluetooth::AdapterState new_state) = 0;
79 void OnBluetoothStateChange(bluetooth::AdapterState prev_state,
80 bluetooth::AdapterState new_state) override;
  /system/bt/service/
main.cpp 39 const char kDisableProperty[] = "persist.bluetooth.disable";
61 if (command_line->HasSwitch(bluetooth::switches::kHelpLong) ||
62 command_line->HasSwitch(bluetooth::switches::kHelpShort)) {
63 LOG(INFO) << bluetooth::switches::kHelpMessage;
78 if (!bluetooth::Daemon::Initialize()) {
84 bluetooth::Daemon::Get()->StartMainLoop();
87 bluetooth::Daemon::Get()->ShutDown();
  /system/bt/service/doc/
IBluetooth.txt 18 * Binder IPC API for talking with the Bluetooth service and perform high-level
23 * Returns true if the Bluetooth adapter is powered and ready to use. This
29 * Returns the current Bluetooth adapter state. The return value can be one of
40 * Turns on the Bluetooth radio. This function initiates the procedure to
51 * Turns off the Bluetooth radio. This function initiates the procedure to
62 * Returns the identity Bluetooth Device Address (BD_ADDR) assigned to the
63 * underlying Bluetooth controller. Returns a string of the form
71 * Sets the name assigned to the Bluetooth adapter. This is the name that will
78 * Returns the current name assigned to the Bluetooth adapter. This is the
87 * from the adapter. The Bluetooth daemon will automatically register this i
    [all...]
  /system/bt/service/ipc/binder/
interface_with_instances_base.h 25 #include "service/common/bluetooth/uuid.h"
52 bluetooth::BluetoothInstanceFactory* factory);
72 std::shared_ptr<bluetooth::BluetoothInstance> GetInstance(
78 bluetooth::BLEStatus status,
79 const bluetooth::UUID& uuid,
80 std::unique_ptr<bluetooth::BluetoothInstance> instance);
86 bluetooth::BLEStatus status,
88 bluetooth::BluetoothInstance* instance) = 0;
95 RemoteCallbackMap<bluetooth::UUID, android::IInterface> pending_callbacks_;
101 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>
    [all...]
  /system/bt/service/client/
main.cpp 34 #include <bluetooth/adapter_state.h>
35 #include <bluetooth/binder/IBluetooth.h>
36 #include <bluetooth/binder/IBluetoothCallback.h>
37 #include <bluetooth/binder/IBluetoothGattClient.h>
38 #include <bluetooth/binder/IBluetoothGattClientCallback.h>
39 #include <bluetooth/binder/IBluetoothLowEnergy.h>
40 #include <bluetooth/binder/IBluetoothLowEnergyCallback.h>
41 #include <bluetooth/low_energy_constants.h>
42 #include <bluetooth/scan_filter.h>
43 #include <bluetooth/scan_settings.h
    [all...]
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 9 from autotest_lib.client.cros.bluetooth import bluetooth_semiauto_helper
14 """Checks whether the Bluetooth adapter is present and working."""
26 log_cmd = 'grep -i bluetooth /var/log/messages'
36 self.collect_logs('Bluetooth kernel error')
37 raise error.TestFail('Bluetooth kernel error found!')

Completed in 1006 milliseconds

<<11121314151617181920>>