OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth
(Results
101 - 125
of
3136
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/bt/service/ipc/binder/
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_gatt_client_binder_server.cpp
31
bluetooth
::Adapter* adapter) : adapter_(adapter) {
39
bluetooth
::GattClientFactory* gatt_client_factory =
62
std::shared_ptr<
bluetooth
::GattClient>
64
return std::static_pointer_cast<
bluetooth
::GattClient>(
69
bluetooth
::BLEStatus status,
71
bluetooth
::BluetoothInstance* instance) {
79
(status ==
bluetooth
::BLE_STATUS_SUCCESS) ?
/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
...]
/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/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
control
7
ATTRIBUTES = "suite:
bluetooth
, suite:bluetooth_qualification"
8
SUITE = '
bluetooth
,bluetooth_qualification'
10
TEST_CLASS = '
bluetooth
'
12
DEPENDENCIES = '
bluetooth
,wificell'
21
fake
Bluetooth
services are registered on the device. This is needed to create
28
This test covers the following
Bluetooth
SIG test cases:
36
from autotest_lib.server.cros.
bluetooth
import bluetooth_tester
/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'
/hardware/libhardware/include/hardware/
bluetooth.h
30
* The
Bluetooth
Hardware Module ID
33
#define BT_HARDWARE_MODULE_ID "
bluetooth
"
34
#define BT_STACK_MODULE_ID "
bluetooth
"
38
/*
Bluetooth
profile interface IDs */
54
/**
Bluetooth
Address */
59
/**
Bluetooth
Device Name */
64
/**
Bluetooth
Adapter Visibility Modes*/
71
/**
Bluetooth
Adapter State */
77
/**
Bluetooth
Error Status */
98
/**
Bluetooth
PinKey Code *
[
all
...]
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothManager;
30
* Setup display fragments and ensure the device supports
Bluetooth
.
47
// Is
Bluetooth
supported on this device?
50
// Is
Bluetooth
turned on?
53
// Are
Bluetooth
Advertisements supported on this device?
61
//
Bluetooth
Advertisements are not supported.
66
// Prompt user to turn on
Bluetooth
(logic continues in onActivityResult()).
72
//
Bluetooth
is not supported.
86
//
Bluetooth
is now Enabled, are Bluetooth Advertisements supported o
[
all
...]
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothManager;
30
* Setup display fragments and ensure the device supports
Bluetooth
.
47
// Is
Bluetooth
supported on this device?
50
// Is
Bluetooth
turned on?
53
// Are
Bluetooth
Advertisements supported on this device?
61
//
Bluetooth
Advertisements are not supported.
66
// Prompt user to turn on
Bluetooth
(logic continues in onActivityResult()).
72
//
Bluetooth
is not supported.
86
//
Bluetooth
is now Enabled, are Bluetooth Advertisements supported o
[
all
...]
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
MainActivity.java
19
import android.
bluetooth
.BluetoothAdapter;
20
import android.
bluetooth
.BluetoothManager;
30
* Setup display fragments and ensure the device supports
Bluetooth
.
47
// Is
Bluetooth
supported on this device?
50
// Is
Bluetooth
turned on?
53
// Are
Bluetooth
Advertisements supported on this device?
61
//
Bluetooth
Advertisements are not supported.
66
// Prompt user to turn on
Bluetooth
(logic continues in onActivityResult()).
72
//
Bluetooth
is not supported.
86
//
Bluetooth
is now Enabled, are Bluetooth Advertisements supported o
[
all
...]
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java
19
import android.
bluetooth
.BluetoothA2dp;
20
import android.
bluetooth
.BluetoothAdapter;
21
import android.
bluetooth
.BluetoothClass;
22
import android.
bluetooth
.BluetoothDevice;
23
import android.
bluetooth
.BluetoothDevicePicker;
24
import android.
bluetooth
.BluetoothHeadset;
32
* Prints
Bluetooth
intents to logcat. For example:
57
// android.
bluetooth
.device.extra.DEVICE -> a.b.device.e.DEVICE
60
.replace("
bluetooth
", "b")
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml
3
<string name="bt_not_enabled_leaving">User declined to enable
Bluetooth
, exiting
Bluetooth
Advertisements.</string>
7
<string name="bt_not_supported">
Bluetooth
is not supported on this device.</string>
8
<string name="bt_ads_not_supported">
Bluetooth
Advertisements are not supported on this device.</string>
17
<string name="bt_null">Error:
Bluetooth
object null</string>
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml
3
<string name="bt_not_enabled_leaving">User declined to enable
Bluetooth
, exiting
Bluetooth
Advertisements.</string>
7
<string name="bt_not_supported">
Bluetooth
is not supported on this device.</string>
8
<string name="bt_ads_not_supported">
Bluetooth
Advertisements are not supported on this device.</string>
17
<string name="bt_null">Error:
Bluetooth
object null</string>
/development/samples/browseable/BluetoothAdvertisements/res/values/
strings.xml
3
<string name="bt_not_enabled_leaving">User declined to enable
Bluetooth
, exiting
Bluetooth
Advertisements.</string>
7
<string name="bt_not_supported">
Bluetooth
is not supported on this device.</string>
8
<string name="bt_ads_not_supported">
Bluetooth
Advertisements are not supported on this device.</string>
17
<string name="bt_null">Error:
Bluetooth
object null</string>
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
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 the correct default state when
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
control.manual
8
TEST_CLASS = '
bluetooth
'
10
DEPENDENCIES = '
bluetooth
'
13
Verify that the device can be discovered from another
Bluetooth
device.
19
whereas running that test will use an automated
Bluetooth
tester, running this
27
from autotest_lib.server.cros.
bluetooth
import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
control.manual
8
TEST_CLASS = '
bluetooth
'
10
DEPENDENCIES = '
bluetooth
'
13
Verify that the device can discover another
Bluetooth
device.
19
whereas running that test will use an automated
Bluetooth
tester, running this
27
from autotest_lib.server.cros.
bluetooth
import bluetooth_tester
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
control.manual
8
TEST_CLASS = '
bluetooth
'
10
DEPENDENCIES = '
bluetooth
'
13
Verify that the device can discover a
Bluetooth
Low Energy peripheral.
19
whereas running that test will use an automated
Bluetooth
tester, running this
27
from autotest_lib.server.cros.
bluetooth
import bluetooth_tester
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
20
import android.
bluetooth
.BluetoothHealthAppConfiguration;
21
import android.
bluetooth
.IBluetoothHealthCallback;
25
* API for
Bluetooth
Health service
IBluetoothHealthCallback.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
20
import android.
bluetooth
.BluetoothHealthAppConfiguration;
IBluetoothPan.aidl
17
package android.
bluetooth
;
19
import android.
bluetooth
.BluetoothDevice;
22
* API for
Bluetooth
Pan service
/external/autotest/server/site_tests/bluetooth_RegressionServer/
control
12
TEST_CLASS = "
bluetooth
"
16
Server side of
Bluetooth
Semi-Automated Regression tests.
28
logging.info('Please provide
Bluetooth
device MAC addresses: '
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
bluetooth_Sanity_AdapterPresent.py
6
from autotest_lib.server.cros.
bluetooth
import bluetooth_test
11
Verify that the client has a
Bluetooth
adapter.
21
# the kernel and
bluetooth
daemon see the adapter.
/external/autotest/test_suites/
control.bluetooth_qualification
7
PURPOSE = "Automated qualification testing of
Bluetooth
."
16
This suite runs the complete set of
Bluetooth
SIG Qualification tests against
17
our
Bluetooth
hardware and software.
control.bluetooth_sanity
7
PURPOSE = "Automated sanity testing of
Bluetooth
."
16
This suite runs a series of basic sanity tests against our
Bluetooth
hardware
17
and software. It is the minimum necessary to ensure
Bluetooth
works on a
Completed in 498 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>