/device/google/dragon/bluetooth/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/device/htc/flounder/bluetooth/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/external/libweave/include/weave/provider/ |
bluetooth.h | 11 // Interface with methods to control bluetooth capability of the device. 12 class Bluetooth { 14 // TODO(rginda): Add bluetooth interface methods here. 17 virtual ~Bluetooth() {}
|
/hardware/broadcom/libbt/conf/asus/grouper/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/moto/wingray/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo4g/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/maguro/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/system/bt/service/ipc/binder/ |
bluetooth_low_energy_binder_server.h | 23 #include "service/common/bluetooth/binder/IBluetoothLowEnergy.h" 24 #include "service/common/bluetooth/binder/IBluetoothLowEnergyCallback.h" 25 #include "service/common/bluetooth/low_energy_constants.h" 29 namespace bluetooth { namespace 31 } // namespace bluetooth 40 public bluetooth::LowEnergyClient::Delegate { 42 explicit BluetoothLowEnergyBinderServer(bluetooth::Adapter* adapter); 55 const bluetooth::ScanSettings& settings, 56 const std::vector<bluetooth::ScanFilter>& filters) override; 60 const bluetooth::AdvertiseData& advertise_data [all...] |
bluetooth_gatt_server_binder_server.h | 22 #include "service/common/bluetooth/binder/IBluetoothGattServer.h" 23 #include "service/common/bluetooth/binder/IBluetoothGattServerCallback.h" 26 namespace bluetooth { namespace 28 } // namespace bluetooth 36 public bluetooth::GattServer::Delegate { 38 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter); 47 int server_id, bool is_primary, const bluetooth::UUID& uuid, 48 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override; 50 int server_id, const bluetooth::UUID& uuid, 52 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override [all...] |
/developers/samples/android/connectivity/bluetooth/BluetoothChat/ |
template-params.xml | 33 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as: 34 (1) Scanning for other Bluetooth devices 35 (2) Querying the local Bluetooth adapter for paired Bluetooth devices 38 (5) Transfering data over Bluetooth 65 <android>android.bluetooth.BluetoothAdapter</android> 66 <android>android.bluetooth.BluetoothDevice</android> 67 <android>android.bluetooth.BluetoothServerSocket</android> 68 <android>android.bluetooth.BluetoothSocket</android [all...] |
/docs/source.android.com/src/devices/ |
bluetooth.jd | 1 page.title=Bluetooth 27 <img style="float: right; margin: 0px 15px 15px 15px;" src="images/ape_fwk_hal_bluetooth.png" alt="Android Bluetooth HAL icon"/> 29 <p>Android provides a default Bluetooth stack that is divided into two layers: The Bluetooth Embedded System (BTE), 30 which implements the core Bluetooth functionality, and the Bluetooth Application Layer (BTA), which 33 <p>To fully leverage the <a href="http://developer.android.com/about/versions/android-5.0.html#BluetoothBroadcasting">Bluetooth Low Energy APIs</a> 34 added in Android 5.0, you should implement the <a href="Android-6.0-Bluetooth-HCI-Reqs.pdf">Android 6.0 Bluetooth HCI Requirements</a>. 35 That document initially was provided as the <a href="Android-5.0-Bluetooth-HCI-Reqs.pdf">Android 5.0 Bluetooth HCI Requirements</a>.</p [all...] |
/external/autotest/client/site_tests/bluetooth_IDCheck/ |
control | 7 PURPOSE = "Check whether the chromebook is using a Google Bluetooth ID." 9 This test will fail if the Bluetooth ID does not match the expected format. 15 TEST_CLASS = "bluetooth" 17 DEPENDENCIES = 'bluetooth' 20 Checks the Bluetooth ID of the system. If it is not "00E0:24..:0400", the 22 should not FSI without an assigned Bluetooth ID from Google.
|
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/ |
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 has a Bluetooth adapter and that it's visible to both 16 the Kernel and the Bluetooth daemon.
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
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 can be discovered from another Bluetooth device. 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
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 can discover another Bluetooth device. 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
control | 7 ATTRIBUTES = "suite:bluetooth, suite:bluetooth_sanity" 8 SUITE = 'bluetooth,bluetooth_sanity' 10 TEST_CLASS = 'bluetooth' 12 DEPENDENCIES = 'bluetooth,wificell,router:panther' 15 Verify that the device can discover Bluetooth Low Energy peripheral. 21 from autotest_lib.server.cros.bluetooth import bluetooth_tester
|
/external/autotest/test_suites/ |
control.bluetooth | 6 NAME = "bluetooth" 7 PURPOSE = "Automated testing of Bluetooth." 8 CRITERIA = "All tests with SUITE=bluetooth must pass." 16 This suite runs the complete set of Bluetooth tests for our hardware and 17 software, including the general Sanity tests, and the Bluetooth Qualification 25 args_dict['name'] = 'bluetooth'
|
/external/libweave/examples/provider/ |
bluez_client.h | 8 #include <weave/provider/bluetooth.h> 13 // Example of weave::Bluetooth implemented with bluez. 14 class BluetoothImpl : public provider::Bluetooth {
|
/developers/build/prebuilts/gradle/BluetoothChat/.google/ |
packaging.yaml | 16 - android:android.bluetooth.BluetoothAdapter 17 - android:android.bluetooth.BluetoothDevice 18 - android:android.bluetooth.BluetoothServerSocket 19 - android:android.bluetooth.BluetoothSocket
|
/development/samples/BluetoothHDP/ |
_index.jd | 1 page.tags="Bluetooth", "HDP", "Health" 5 <p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create 6 applications that use Bluetooth to communicate with health devices that support 7 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and 9 specialization codes, refer to <strong>Bluetooth Assigned Numbers</strong> at <a 10 href="http://www.bluetooth.org">www.bluetooth.org</a>. Note that these values 14 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
|
/device/asus/fugu/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/external/autotest/client/site_tests/dummy_Pass/ |
control.bluetooth | 6 NAME = "dummy_Pass.bluetooth" 9 DEPENDENCIES = "bluetooth" 18 This is a helper test that can only run on bluetooth devices, 22 job.run_test('dummy_Pass', tag='bluetooth')
|
/hardware/bsp/intel/peripheral/libupm/src/hm11/ |
CMakeLists.txt | 2 set (libdescription "upm grove hm11 bluetooth low energy module")
|
/packages/apps/Bluetooth/res/xml/ |
file_paths.xml | 2 <external-path name="bluetooth" path="/" />
|