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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothProfileServiceConnection.aidl 17 package android.bluetooth;
23 * Callback for bluetooth profile connections.
IBluetoothA2dpSink.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
23 * APIs for Bluetooth A2DP sink service
IBluetoothAvrcpController.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothAvrcpPlayerSettings;
20 import android.bluetooth.BluetoothDevice;
25 * APIs for Bluetooth AVRCP controller service
  /frameworks/opt/bluetooth/
Android.mk 6 src_dirs:= src/android/bluetooth/client/pbap
11 LOCAL_MODULE:= android.bluetooth.client.pbap
21 src_dirs:= src/android/bluetooth/client/map
26 LOCAL_MODULE:= android.bluetooth.client.map
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothAdapterProxy.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothProfile;
  /system/bt/osi/include/
wakelock.h 22 #include <hardware/bluetooth.h>
24 // Set the Bluetooth OS callouts to |callouts|.
30 // Acquire the Bluetooth wakelock.
35 // Release the Bluetooth wakelock.
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
bt_bcm43340.rc 2 # BLUETOOTH CONFIGURATION - BROADCOM SPECIFIC
6 mkdir /config/bt 0770 system bluetooth
13 # Bluetooth
16 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
17 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
  /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();
Android.mk 42 common/bluetooth/adapter_state.cpp \
43 common/bluetooth/advertise_data.cpp \
44 common/bluetooth/advertise_settings.cpp \
45 common/bluetooth/gatt_identifier.cpp \
46 common/bluetooth/scan_filter.cpp \
47 common/bluetooth/scan_result.cpp \
48 common/bluetooth/scan_settings.cpp \
49 common/bluetooth/util/address_helper.cpp \
50 common/bluetooth/util/atomic_string.cpp \
51 common/bluetooth/uuid.cp
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 17 package com.android.bluetooth.btservice;
23 import android.bluetooth.BluetoothProfile;
31 import com.android.bluetooth.R;
32 import com.android.bluetooth.a2dp.A2dpService;
33 import com.android.bluetooth.a2dpsink.A2dpSinkService;
34 import com.android.bluetooth.avrcp.AvrcpControllerService;
35 import com.android.bluetooth.hdp.HealthService;
36 import com.android.bluetooth.hfp.HeadsetService;
37 import com.android.bluetooth.hfpclient.HeadsetClientService;
38 import com.android.bluetooth.hid.HidService
    [all...]
  /system/bt/service/ipc/binder/
interface_with_instances_base.cpp 26 bluetooth::BluetoothInstanceFactory* factory) {
37 bluetooth::UUID app_uuid = bluetooth::UUID::GetRandom();
48 bluetooth::BluetoothInstanceFactory::RegisterCallback cb =
50 bluetooth::BLEStatus status,
51 const bluetooth::UUID& in_uuid,
52 std::unique_ptr<bluetooth::BluetoothInstance> instance) {
96 std::shared_ptr<bluetooth::BluetoothInstance>
100 return std::shared_ptr<bluetooth::BluetoothInstance>();
105 bluetooth::BLEStatus status
    [all...]
bluetooth_gatt_server_binder_server.cpp 31 bluetooth::Adapter* adapter) : adapter_(adapter) {
38 bluetooth::GattServerFactory* gatt_server_factory =
55 int server_id, bool is_primary, const bluetooth::UUID& uuid,
56 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
80 int server_id, const bluetooth::UUID& uuid,
82 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
106 int server_id, const bluetooth::UUID& uuid, int permissions,
107 std::unique_ptr<bluetooth::GattIdentifier>* out_id) {
144 bluetooth::BLEStatus status,
145 const bluetooth::GattIdentifier& service_id)
    [all...]
bluetooth_low_energy_binder_server.cpp 31 bluetooth::Adapter* adapter) : adapter_(adapter) {
41 bluetooth::LowEnergyClientFactory* ble_factory =
108 const bluetooth::ScanSettings& settings,
109 const std::vector<bluetooth::ScanFilter>& filters) {
137 const bluetooth::AdvertiseData& advertise_data,
138 const bluetooth::AdvertiseData& scan_response,
139 const bluetooth::AdvertiseSettings& settings) {
153 auto callback = [=](bluetooth::BLEStatus status) {
194 auto callback = [=](bluetooth::BLEStatus status) {
221 bluetooth::LowEnergyClient* client, int status
    [all...]
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 24 #include <bluetooth/low_energy_constants.h>
41 void OnScanResult(const bluetooth::ScanResult& scan_result) override {}
44 if (status != bluetooth::BLE_STATUS_SUCCESS) {
55 bluetooth::AdvertiseSettings settings(
56 bluetooth::AdvertiseSettings::MODE_LOW_POWER,
58 bluetooth::AdvertiseSettings::TX_POWER_LEVEL_MEDIUM,
61 bluetooth::AdvertiseData adv_data(data);
65 bluetooth::AdvertiseData scan_rsp;
72 const bluetooth::AdvertiseSettings& /* settings */) {
83 android::sp<ipc::binder::IBluetooth> bluetooth,
    [all...]
  /system/bt/test/suite/gatt/
gatt_test.cpp 56 bluetooth::hal::BluetoothGattInterface::Initialize();
57 ASSERT_TRUE(bluetooth::hal::BluetoothGattInterface::IsInitialized());
58 auto gatt_interface = bluetooth::hal::BluetoothGattInterface::Get();
85 bluetooth::hal::BluetoothGattInterface::CleanUp();
101 bluetooth::hal::BluetoothGattInterface* /* unused */,
109 bluetooth::hal::BluetoothGattInterface* /* unused */,
115 bluetooth::hal::BluetoothGattInterface* /* unused */,
124 bluetooth::hal::BluetoothGattInterface* /* unused */,
132 bluetooth::hal::BluetoothGattInterface* /* unused */,
142 bluetooth::hal::BluetoothGattInterface* /* unused */
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SecurityTest.java 1 package com.android.bluetooth.tests;
3 import android.bluetooth.BluetoothAdapter;
4 import android.bluetooth.BluetoothDevice;
5 import android.bluetooth.BluetoothSocket;
6 import android.bluetooth.BluetoothUuid;
18 Log.e(TAG,"No Bluetooth Device!");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothBroadcastHelper.java 17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
BluetoothPanFacade.java 17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothPan;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
69 @Rpc(description = "Set Bluetooth Tethering")
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanResultTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
27 * Unit test cases for Bluetooth LE scans.
29 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanResultTest' -w
30 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 17 package com.android.bluetooth.gatt;
20 import android.bluetooth.le.AdvertiseData;
21 import android.bluetooth.le.AdvertiseSettings;
26 * Helper class that represents a client for Bluetooth LE advertise operations.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettings.java 16 package com.android.bluetooth.map;
17 import com.android.bluetooth.R;
18 import com.android.bluetooth.map.BluetoothMapAccountItem;
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.h 20 #include <service/common/bluetooth/binder/IBluetooth.h>
21 #include <service/common/bluetooth/binder/IBluetoothLowEnergy.h>
59 std::map<int, bluetooth::AdvertiseSettings> adv_settings_map;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothDeviceCriteria.java 17 package com.android.tv.settings.util.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PbapServerProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothPbap;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.BluetoothUuid;
57 if (V) Log.d(TAG,"Bluetooth service connected");
63 if (V) Log.d(TAG,"Bluetooth service disconnected");
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetNotificationRegistration.java 17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;

Completed in 3979 milliseconds

1 2 34 5 6 7 8 91011>>