HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 276 - 300 of 850) sorted by null

<<11121314151617181920>>

  /system/bt/service/hal/
bluetooth_interface.h 20 #include <hardware/bluetooth.h>
22 namespace bluetooth { namespace
25 // This class represents the HAL Bluetooth adapter interface, wrapping around
38 // The standard Bluetooth adapter management callback interface. The HAL
104 // The HAL module pointer that represents the standard Bluetooth adapter
106 // Bluetooth library, so this isn't owned by us.
113 // The HAL module pointer that represents the underlying Bluetooth adapter.
114 // This is implemented in and provided by the shared Bluetooth library, so
127 } // namespace bluetooth
  /system/bt/test/suite/adapter/
bluetooth_test.h 28 #include <hardware/bluetooth.h>
41 // This class represents the Bluetooth testing framework and provides
44 public bluetooth::hal::BluetoothInterface::Observer {
52 // Gets the current state of the Bluetooth Interface
74 // SetUp initializes the Bluetooth interface and registers the callbacks
100 // The bluetooth interface that all the tests use to interact with the HAL
  /device/moto/shamu/
init.shamu.rc 122 chown bluetooth net_bt_stack /sys/module/bluetooth_power/parameters/power
123 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
124 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
125 chown bluetooth net_bt_stack /proc/bluetooth/sleep/proto
126 chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
127 chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
128 chown bluetooth net_bt_stack /sys/module/hci_uart/parameters/ath_lp
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.le.BluetoothLeScanner;
64 * doesn't support Bluetooth, then null will be returned. Callers must be
A2dpSinkProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dpSink;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
60 if (V) Log.d(TAG,"Bluetooth service connected");
79 if (V) Log.d(TAG,"Bluetooth service disconnected");
HeadsetProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * HeadsetProfile handles Bluetooth HFP and Headset profiles.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
HfpClientProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothHeadsetClient;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
64 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected");
MapProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * MapProfile handles Bluetooth MAP profile.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
SapProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothSap;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * SapProfile handles Bluetooth SAP profile.
62 if (V) Log.d(TAG,"Bluetooth service connected");
84 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
CachedBluetoothDeviceManager.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
29 * CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
67 * @param device the address of the Bluetooth device
83 * @param device the address of the new Bluetooth device
153 // When Bluetooth is turning off, we need to clear the non-bonded devices
LocalBluetoothProfileManager.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothA2dpSink;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothHeadsetClient;
24 import android.bluetooth.BluetoothMap;
25 import android.bluetooth.BluetoothInputDevice;
26 import android.bluetooth.BluetoothPan;
27 import android.bluetooth.BluetoothPbapClient
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothDevicePicker;
32 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
37 * BluetoothSettings is the Settings screen for Bluetooth configuration and
DeviceProfilesSettings.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
41 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
42 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
43 import com.android.settingslib.bluetooth.LocalBluetoothManager;
44 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
45 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
46 import com.android.settingslib.bluetooth.MapProfile;
47 import com.android.settingslib.bluetooth.PanProfile
    [all...]
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 17 #include "service/common/bluetooth/binder/IBluetoothGattServer.h"
22 #include "service/common/bluetooth/binder/parcel_helpers.h"
35 "bluetooth-gatt-server-service";
69 std::unique_ptr<bluetooth::GattIdentifier> out_id;
89 std::unique_ptr<bluetooth::GattIdentifier> out_id;
108 std::unique_ptr<bluetooth::GattIdentifier> out_id;
207 int server_if, bool is_primary, const bluetooth::UUID& uuid,
208 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
229 int server_if, const bluetooth::UUID& uuid,
231 std::unique_ptr<bluetooth::GattIdentifier>* out_id)
    [all...]
parcel_helpers.cpp 17 #include "service/common/bluetooth/binder/parcel_helpers.h"
19 #include "service/common/bluetooth/util/address_helper.h"
23 using bluetooth::AdvertiseData;
24 using bluetooth::AdvertiseSettings;
25 using bluetooth::GattIdentifier;
26 using bluetooth::ScanFilter;
27 using bluetooth::ScanResult;
28 using bluetooth::ScanSettings;
29 using bluetooth::UUID;
272 const bluetooth::ScanResult& scan_result
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 17 package com.example.bluetooth.health;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHealth;
23 import android.bluetooth.BluetoothHealthAppConfiguration;
24 import android.bluetooth.BluetoothHealthCallback;
25 import android.bluetooth.BluetoothProfile;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
41 * communication between the Android device and a Bluetooth HDP-enabled device. Possible HDP
45 * <a href="http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html">BluetoothHealth</a
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothGatt;
21 import android.bluetooth.BluetoothGattCallbackWrapper;
22 import android.bluetooth.BluetoothUuid;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothManager;
36 * This class provides a way to perform Bluetooth LE advertise operations, such as starting and
69 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management
79 * Start Bluetooth LE Advertising. On success, the {@code advertiseData} will be broadcasted
    [all...]
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothGatt;
21 import android.bluetooth.BluetoothGattCallback;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattDescriptor;
24 import android.bluetooth.BluetoothGattService;
25 import android.bluetooth.BluetoothProfile;
46 * Class used to implement a Bluetooth MIDI device.
55 // Bluetooth MIDI Gatt service UUID
58 // Bluetooth MIDI Gatt characteristic UUI
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 17 package com.android.bluetooth.pbapclient;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.IBluetoothPbapClient;
24 import android.bluetooth.IBluetoothHeadsetClient;
40 import com.android.bluetooth.btservice.ProfileService;
41 import com.android.bluetooth.Utils;
52 * Provides Bluetooth Phone Book Access Profile Client profile.
260 "Need BLUETOOTH ADMIN permission");
276 "Need BLUETOOTH ADMIN permission")
    [all...]
  /system/bt/service/test/
parcel_helpers_unittest.cpp 19 #include "service/common/bluetooth/advertise_data.h"
20 #include "service/common/bluetooth/advertise_settings.h"
21 #include "service/common/bluetooth/binder/parcel_helpers.h"
25 using bluetooth::AdvertiseData;
26 using bluetooth::AdvertiseSettings;
27 using bluetooth::GattIdentifier;
28 using bluetooth::ScanFilter;
29 using bluetooth::ScanResult;
30 using bluetooth::ScanSettings;
31 using bluetooth::UUID
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothManager;
21 import android.bluetooth.le.BluetoothLeScanner;
22 import android.bluetooth.le.ScanCallback;
23 import android.bluetooth.le.ScanFilter;
24 import android.bluetooth.le.ScanRecord;
25 import android.bluetooth.le.ScanResult;
26 import android.bluetooth.le.ScanSettings;
48 * Test cases for Bluetooth LE scans
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 33 package com.android.bluetooth.opp;
38 import android.bluetooth.BluetoothAdapter;
39 import android.bluetooth.BluetoothDevice;
BluetoothOppBtEnablingActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
39 import android.bluetooth.BluetoothAdapter;
  /external/autotest/client/site_tests/bluetooth_IDCheck/
bluetooth_IDCheck.py 10 from autotest_lib.client.cros.bluetooth import bluetooth_semiauto_helper
14 """Checks whether the Bluetooth ID is in the correct format."""
17 # Boards which only support bluetooth version 3 and below
28 """Fail if the Bluetooth ID is not in the correct format."""
31 logging.info('Saw Bluetooth ID of: %s', modalias)
34 bt_format = 'bluetooth:v00E0p24..d0300'
36 bt_format = 'bluetooth:v00E0p24..d0400'
  /external/tcpdump/
print-bt.c 31 #include <pcap/bluetooth.h>
36 * to the bluetooth header of the packet, 'h->ts' is the timestamp,

Completed in 2513 milliseconds

<<11121314151617181920>>