OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bluetooth
(Results
1 - 25
of
30
) sorted by null
1
2
/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
() {}
/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
{
/external/libweave/include/weave/provider/test/
mock_bluetooth.h
8
#include <weave/provider/
bluetooth
.h>
14
class MockBluetooth : public
Bluetooth
{
/system/bt/conf/
Android.mk
3
#
Bluetooth
bt_stack.conf config file
8
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/
bluetooth
13
#
Bluetooth
bt_did.conf config file
18
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/
bluetooth
/system/bt/doc/
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.
/system/weaved/buffet/
bluetooth_client.h
23
#include <weave/provider/
bluetooth
.h>
27
class BluetoothClient : public weave::provider::
Bluetooth
{
/packages/apps/Bluetooth/tests/
Android.mk
13
# LOCAL_SRC_FILES := src/com/android/
bluetooth
/tests/BluetoothMapContentTest.java
17
LOCAL_INSTRUMENTATION_FOR :=
Bluetooth
/system/bt/embdrv/sbc/decoder/
Android.mk
3
#
Bluetooth
SBC decoder static library for target
/packages/apps/Bluetooth/
Android.mk
9
LOCAL_MODULE :=
bluetooth
.mapsapi
21
LOCAL_PACKAGE_NAME :=
Bluetooth
26
LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
bluetooth
.mapsapi sap-api-java-static android-support-v4 services.net
29
LOCAL_REQUIRED_MODULES :=
bluetooth
.default
/system/bt/device/
Android.mk
21
#
Bluetooth
device static library for target
50
#
Bluetooth
device unit tests for target
/external/libweave/src/
device_manager.h
34
provider::
Bluetooth
*
bluetooth
);
105
provider::
Bluetooth
*
bluetooth
);
device_manager.cc
32
provider::
Bluetooth
*
bluetooth
)
52
StartPrivet(task_runner, network, dns_sd, http_server, wifi,
bluetooth
);
78
provider::
Bluetooth
*
bluetooth
) {
284
provider::
Bluetooth
*
bluetooth
) {
287
http_server, wifi,
bluetooth
}};
/system/bt/
Android.mk
3
# Setup
Bluetooth
local make variables for handling configuration
/system/bt/profile/
Android.mk
21
#
Bluetooth
profile static library for target
/build/target/product/
generic_no_telephony.mk
21
Bluetooth
\
core_tiny.mk
20
Bluetooth
\
/system/bt/main/
Android.mk
3
#
Bluetooth
main HW module / shared library for target
84
LOCAL_MODULE :=
bluetooth
.default
/device/google/atv/products/
atv_base.mk
83
Bluetooth
\
/external/libweave/include/weave/
device.h
15
#include <weave/provider/
bluetooth
.h>
170
provider::
Bluetooth
* bluetooth_provider);
/packages/services/Car/car_product/build/
car.mk
20
Bluetooth
\
/system/bt/osi/
Android.mk
85
#
Bluetooth
Protobuf static library for target
101
#
Bluetooth
Protobuf static library for host
/system/bt/service/common/bluetooth/binder/
IBluetooth.h
26
#include <
bluetooth
/binder/IBluetoothCallback.h>
27
#include <
bluetooth
/binder/IBluetoothGattClient.h>
28
#include <
bluetooth
/binder/IBluetoothGattServer.h>
29
#include <
bluetooth
/binder/IBluetoothLowEnergy.h>
30
#include <
bluetooth
/uuid.h>
35
// This class defines the Binder IPC interface for accessing the
Bluetooth
37
// /frameworks/base/core/java/android/
bluetooth
/IBluetooth.aidl.
43
DECLARE_META_INTERFACE(
Bluetooth
);
142
virtual std::vector<
bluetooth
::UUID> GetUUIDs() = 0;
192
std::vector<
bluetooth
::UUID> GetUUIDs() override
[
all
...]
/system/core/metricsd/uploader/proto/
system_profile.proto
194
// Information about
Bluetooth
devices paired with the system.
195
message
Bluetooth
{
196
// Whether
Bluetooth
is present on this system.
199
// Whether
Bluetooth
is enabled on this system.
205
//
Bluetooth
specification available at the following URL:
206
// https://www.
bluetooth
.org/en-us/specification/assigned-numbers-overview/baseband
228
// Vendor prefix of the
Bluetooth
address, these are OUI registered by
236
// either allocated by the
Bluetooth
SIG or USB IF, providing two
265
optional
Bluetooth
bluetooth
= 11
[
all
...]
/system/bt/stack/
Android.mk
3
#
Bluetooth
stack static library for target
/device/generic/armv7-a-neon/
mini_common.mk
27
Bluetooth
\
Completed in 1557 milliseconds
1
2