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

1 23 4 5 6 7 8 91011>>

  /system/bt/doc/
properties.md 3 This document describes all of the Android properties used by the Bluetooth
8 * ``` bluetooth.enable_timeout_ms ```
9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
17 * ``` ro.bluetooth.hfp.ver ```
directory_layout.md 13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
14 * btcore - *Bluetooth Core* - Bluetooth data type definitions and operations on those data types.
15 * btif - *Bluetooth Interface* - JNI interface to Android.
18 * embdrv - **Deprecated** - Bluetooth SBC Codec.
19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
23 * profiles - *Bluetooth Profiles* - **TBD** Collection of all profiles.
28 * utils - **Deprecated** *Bluetooth utilities* - Eliminate.
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 5 """This module provides the utilities for bluetooth audio using chameleon."""
26 """Controls Cros device to connect to bluetooth module on audio board.
28 @param bt_adapter: A BluetoothDevice object to control bluetooth adapter
30 @param target_mac_address: The MAC address of bluetooth module to be
32 @param timeout: Timeout in seconds to search for bluetooth module.
35 bluetooth module on audio board.
38 # Resets bluetooth adapter on Cros device.
41 'Failed to reset bluetooth adapter on Cros host.'
45 # Starts discovery mode of bluetooth adapter.
48 'Failed to start discovery on bluetooth adapter on Cros host'
    [all...]
  /development/samples/BluetoothLeGatt/
_index.jd 1 page.tags="Bluetooth", "LE", "SMART"
6 a Bluetooth SMART (Low Energy) device. This feature is available on
  /external/libweave/include/weave/provider/test/
mock_bluetooth.h 8 #include <weave/provider/bluetooth.h>
14 class MockBluetooth : public Bluetooth {
  /hardware/bsp/intel/soc/edison/sepolicy/
file_contexts 4 # Bluetooth UART device port
7 # Bluetooth ON/OFF functions
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTestParams.java 1 package com.android.bluetooth.tests;
5 import android.bluetooth.BluetoothSocket;
  /tools/test/connectivity/acts/tests/google/bt/config/
sample_basic.json 1 { "_description": "Sample config file for a Bluetooth testbed.",
6 "name": "bluetooth testbed",
  /system/bt/service/ipc/binder/
bluetooth_binder_server.h 27 #include "service/common/bluetooth/binder/IBluetooth.h"
28 #include "service/common/bluetooth/binder/IBluetoothCallback.h"
29 #include "service/common/bluetooth/binder/IBluetoothGattClient.h"
30 #include "service/common/bluetooth/binder/IBluetoothGattServer.h"
31 #include "service/common/bluetooth/binder/IBluetoothLowEnergy.h"
32 #include "service/common/bluetooth/uuid.h"
40 public bluetooth::Adapter::Observer {
42 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);
53 std::vector<bluetooth::UUID> GetUUIDs() override;
68 // bluetooth::Adapter::Observer overrides
    [all...]
bluetooth_gatt_client_binder_server.h 22 #include "service/common/bluetooth/binder/IBluetoothGattClient.h"
23 #include "service/common/bluetooth/binder/IBluetoothGattClientCallback.h"
26 namespace bluetooth { namespace
28 } // namespace bluetooth
37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
55 std::shared_ptr<bluetooth::GattClient> GetGattClient(int client_id);
59 bluetooth::BLEStatus status,
61 bluetooth::BluetoothInstance* instance) override;
63 bluetooth::Adapter* adapter_; // weak
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
control 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity"
8 SUITE = 'bluetooth,bluetooth_sanity'
10 TEST_CLASS = 'bluetooth'
12 DEPENDENCIES = 'bluetooth,wificell'
15 Verify that the device's Bluetooth adapter has a valid address.
  /system/bt/service/
BUILD.gn 27 "common/bluetooth/advertise_data.cpp",
28 "common/bluetooth/adapter_state.cpp",
29 "common/bluetooth/uuid.cpp",
30 "common/bluetooth/scan_filter.cpp",
31 "common/bluetooth/scan_result.cpp",
32 "common/bluetooth/scan_settings.cpp",
33 "common/bluetooth/gatt_identifier.cpp",
34 "common/bluetooth/advertise_settings.cpp",
35 "common/bluetooth/util/atomic_string.cpp",
36 "common/bluetooth/util/address_helper.cpp"
    [all...]
  /system/bt/service/test/
adapter_unittest.cpp 21 #include "service/common/bluetooth/util/address_helper.h"
25 namespace bluetooth { namespace
60 class TestObserver final : public bluetooth::Adapter::Observer {
62 TestObserver(bluetooth::Adapter* adapter)
64 prev_state_(bluetooth::ADAPTER_STATE_INVALID),
65 cur_state_(bluetooth::ADAPTER_STATE_INVALID),
75 bluetooth::AdapterState prev_state() const { return prev_state_; }
76 bluetooth::AdapterState cur_state() const { return cur_state_; }
86 // bluetooth::Adapter::Observer override:
87 void OnAdapterStateChanged(bluetooth::Adapter* adapter
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothManager.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetooth;
20 import android.bluetooth.IBluetoothGatt;
21 import android.bluetooth.IBluetoothManagerCallback;
22 import android.bluetooth.IBluetoothProfileServiceConnection;
23 import android.bluetooth.IBluetoothStateChangeCallback;
26 * System private API for talking with the Bluetooth service.
  /external/autotest/client/site_tests/bluetooth_RegressionClient/
control 9 TEST_CLASS = "bluetooth"
14 Client Side Bluetooth Semi-Auto Regression Tests.
16 Implements most of the Bluetooth Regression Tests with some tester
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 1 page.title=Bluetooth
11 <li><a href="#Permissions">Bluetooth Permissions</a></li>
12 <li><a href="#SettingUp">Setting Up Bluetooth</a></li>
33 <li>{@link android.bluetooth.BluetoothAdapter}</li>
34 <li>{@link android.bluetooth.BluetoothDevice}</li>
35 <li>{@link android.bluetooth.BluetoothSocket}</li>
36 <li>{@link android.bluetooth.BluetoothServerSocket}</li>
41 <li><a href="{@docRoot}resources/samples/BluetoothChat/index.html">Bluetooth Chat</a></li>
42 <li><a href="{@docRoot}resources/samples/BluetoothHDP/index.html">Bluetooth HDP (Health Device Profile)</a></li>
49 <p>The Android platform includes support for the Bluetooth network stack
    [all...]
  /system/bt/test/suite/gatt/
gatt_test.h 24 // This class represents the Bluetooth GATT testing framework and provides
27 public bluetooth::hal::BluetoothGattInterface::ClientObserver,
28 public bluetooth::hal::BluetoothGattInterface::ServerObserver {
47 // SetUp initializes the Bluetooth interfaces and the GATT Interface as well
51 // TearDown cleans up the Bluetooth and GATT interfaces and destroys the
55 // bluetooth::hal::BluetoothGattInterface::ClientObserver overrides
57 bluetooth::hal::BluetoothGattInterface* /* unused */,
60 bluetooth::hal::BluetoothGattInterface* /* unused */,
63 bluetooth::hal::BluetoothGattInterface* /* unused */,
66 // bluetooth::hal::BluetoothGattInterface::ServerObserver override
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.bluetooth.BluetoothAssignedNumbers.html 10 android.bluetooth.BluetoothAssignedNumbers
74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html" target="_top"><font size="+2"><code>BluetoothAssignedNumbers</code></font></A>
87 <A NAME="android.bluetooth.BluetoothAssignedNumbers.AAMP_OF_AMERICA"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AAMP_OF_AMERICA" target="_top"><code>AAMP_OF_AMERICA</code></A></nobr>
94 <A NAME="android.bluetooth.BluetoothAssignedNumbers.ACE_SENSOR"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ACE_SENSOR" target="_top"><code>ACE_SENSOR</code></A></nobr>
101 <A NAME="android.bluetooth.BluetoothAssignedNumbers.ADIDAS"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ADIDAS" target="_top"><code>ADIDAS</code></A></nobr>
108 <A NAME="android.bluetooth.BluetoothAssignedNumbers.ADVANCED_PANMOBIL_SYSTEMS"></A
    [all...]
  /development/samples/browseable/BluetoothAdvertisements/
_index.jd 8 This samples demonstrates how to use the Bluetooth Low Power Advertisements API
  /development/samples/browseable/BluetoothLeGatt/
_index.jd 8 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT)
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
control 7 PURPOSE = "Basic sanity test for Bluetooth adapter."
9 This test will fail if there are any basic problems with the Bluetooth adapter.
17 DEPENDENCIES = 'bluetooth'
21 the adapter is not found. Older boards without Bluetooth are ignored.
  /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
  /hardware/broadcom/libbt/conf/asus/grouper/
Android.mk 7 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
  /hardware/broadcom/libbt/conf/google/gce_x86/
Android.mk 7 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
  /hardware/broadcom/libbt/conf/moto/wingray/
Android.mk 7 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth

Completed in 1676 milliseconds

1 23 4 5 6 7 8 91011>>