/system/bt/service/ |
gatt_server_old.h | 23 #include "hardware/bluetooth.h" 25 #include "service/common/bluetooth/uuid.h" 27 namespace bluetooth { namespace 50 // A mapping from string bluetooth addresses to RSSI measurements. 65 // bluetooth::GattServer. We will remove this entirely once the new code is 125 } // namespace bluetooth
|
settings.h | 24 namespace bluetooth { namespace 51 // Path to create a Unix domain socket server for Bluetooth IPC. 71 } // namespace bluetooth
|
/system/bt/service/ipc/ |
ipc_manager.h | 24 namespace bluetooth { namespace 26 } // namespace bluetooth 35 // system and one based on the Binder-based android.bluetooth framework. 63 explicit IPCManager(bluetooth::Adapter* adapter); 93 // The Bluetooth adapter instance. This is owned by Daemon so we keep a raw 95 bluetooth::Adapter* adapter_;
|
linux_ipc_host.h | 24 #include "service/common/bluetooth/uuid.h" 27 namespace bluetooth { namespace 29 } // namespace bluetooth 40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter); 96 bluetooth::Adapter *adapter_; 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
AdvertiseCallbackTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.le.AdvertiseCallback; 20 import android.bluetooth.le.AdvertiseSettings;
|
BasicAdapterTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.BluetoothAdapter; 20 import android.bluetooth.BluetoothDevice; 21 import android.bluetooth.BluetoothServerSocket; 50 * Note: If the target doesn't support Bluetooth at all, then 121 // Skip the test if bluetooth is not present. 134 // Skip the test if bluetooth is not present. 145 // Skip the test if bluetooth is not present. 157 // Skip the test if bluetooth is not present. 172 // Skip the test if bluetooth is not present [all...] |
ScanSettingsTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.le.ScanSettings; 25 * Test for Bluetooth LE {@link ScanSettings}.
|
ScanCallbackTest.java | 17 package android.bluetooth.cts; 19 import android.bluetooth.le.ScanCallback; 20 import android.bluetooth.le.ScanResult; 21 import android.bluetooth.le.ScanSettings;
|
/development/samples/BluetoothChat/res/values/ |
strings.xml | 18 <string name="app_name">Bluetooth Chat</string> 23 <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
|
/device/moto/shamu/ |
ueventd.shamu.rc | 21 /dev/smd7 0660 bluetooth bluetooth 57 /dev/ttyHS99 0660 bluetooth net_bt_stack
|
/docs/source.android.com/src/devices/accessories/ |
custom.jd | 78 <h2 id="connecting-over-bluetooth">Connecting over Bluetooth</h2> 79 <p>An accessory that connects with Android devices over a Bluetooth connection 82 accessory that uses Bluetooth to connect to Android devices must support 83 Bluetooth communications and at least one of the supported connection profiles. 85 <p>Users must enable Bluetooth on their Android device and pair with your 91 <p>To get started building an Android accessory that uses a Bluetooth connection: 95 Bluetooth communications and an Android supported connection profile, such as 101 audio streaming using a Bluetooth connection.</li> 103 accessory via Bluetooth, review the ADK 2012 Androi [all...] |
/external/libpcap/pcap/ |
bluetooth.h | 30 * bluetooth data struct 38 * Header prepended libpcap to each bluetooth h4 frame, 46 * Header prepended libpcap to each bluetooth linux monitor frame,
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 17 package android.bluetooth; 27 * A listening Bluetooth socket. 29 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets: 37 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type 39 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP). 58 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission. 62 * <p>For more information about using Bluetooth, read the 63 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p> 82 * @throws IOException On error, for example Bluetooth not available, o [all...] |
IBluetoothHeadset.aidl | 17 package android.bluetooth; 19 import android.bluetooth.BluetoothDevice; 22 * API for Bluetooth Headset service
|
OobData.java | 17 package android.bluetooth; 25 * Out Of Band Data for Bluetooth device pairing. 41 * LE pairing. The value shall be 16 bytes. Please see Bluetooth CSSv6,
|
/frameworks/base/core/java/android/bluetooth/le/ |
ScanCallback.java | 17 package android.bluetooth.le; 22 * Bluetooth LE scan callbacks. Scan results are reported using these callbacks. 60 * @param result A Bluetooth LE scan result.
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestPushMessage.java | 17 package android.bluetooth.client.map; 26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType; 27 import android.bluetooth.client.map.utils.ObexAppParameters;
|
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
boards.h | 24 * @brief Defines for the different Bluetooth low energy boards
32 #define REDBEARLAB_SHIELD_V1_1 1 /**< Redbearlab Bluetooth low energy shield v1.1 */
34 #define REDBEARLAB_SHIELD_V2 0 /**< Redbearlab Bluetooth low energy shield v2.x - No special handling required for pin reset same as default */
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
BluetoothObexTransport.java | 16 package com.android.bluetooth; 18 import android.bluetooth.BluetoothSocket; 29 * Generic Obex Transport class, to be used in OBEX based Bluetooth
|
/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/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothPairingRequest.java | 19 import android.bluetooth.BluetoothDevice; 25 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It 26 * starts the Bluetooth Pairing activity, displaying the PIN, the passkey or a
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/.google/ |
packaging.yaml | 17 - android:android.bluetooth.BluetoothGattService
|
/development/samples/browseable/BeamLargeFiles/ |
_index.jd | 10 communication channel such as Bluetooth or WiFi Direct.
|
/external/autotest/server/site_tests/android_ACTS/ |
control.BluetoothTest | 12 This test runs BluetoothTest against a Bluetooth test bed.
|
/external/libpcap/ |
pcap-bt-linux.c | 30 * Bluetooth sniffing API implementation for Linux platform 41 #include "pcap/bluetooth.h" 56 #include <bluetooth/bluetooth.h> 57 #include <bluetooth/hci.h> 59 #define BT_IFACE "bluetooth" 70 * Private data for capturing on Linux Bluetooth devices. 87 /* if bluetooth is not supported this this is not fatal*/ 91 "Can't open raw Bluetooth socket: %s", strerror(errno)); 98 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list" [all...] |