Home
last modified time | relevance | path

Searched refs:adapter (Results 1 – 25 of 34) sorted by relevance

12

/system/bt/service/ipc/binder/
Dipc_handler_binder.cpp36 bluetooth::Adapter* adapter, in IPCHandlerBinder() argument
38 : IPCHandler(adapter, delegate) { in IPCHandlerBinder()
45 CHECK(adapter()); in Run()
49 new binder::BluetoothBinderServer(adapter()); in Run()
Dbluetooth_binder_server.cpp32 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer() argument
33 : adapter_(adapter) { in BluetoothBinderServer()
175 bluetooth::Adapter* adapter, in OnAdapterStateChanged() argument
178 CHECK_EQ(adapter, adapter_); in OnAdapterStateChanged()
Dbluetooth_gatt_client_binder_server.cpp31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattClientBinderServer() argument
Dbluetooth_binder_server.h42 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);
69 void OnAdapterStateChanged(bluetooth::Adapter* adapter,
Dipc_handler_binder.h29 IPCHandlerBinder(bluetooth::Adapter* adapter,
Dbluetooth_gatt_client_binder_server.h37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
Dbluetooth_low_energy_binder_server.h42 explicit BluetoothLowEnergyBinderServer(bluetooth::Adapter* adapter);
Dbluetooth_low_energy_binder_server.cpp31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothLowEnergyBinderServer() argument
/system/bt/service/doc/
DIBluetooth.txt19 * operations on the adapter.
23 * Returns true if the Bluetooth adapter is powered and ready to use. This
29 * Returns the current Bluetooth adapter state. The return value can be one of
41 * bring the adapter state from ADAPTER_STATE_OFF to ADAPTER_STATE_ON. Returns
43 * initiating the operation. On success, the adapter state will be
52 * bring the adapter state from ADAPTER_STATE_ON to ADAPTER_STATE_OFF. Returns
54 * initiating the operation. On success, the adapter state will be
66 * before the adapter is enabled for the first time.
71 * Sets the name assigned to the Bluetooth adapter. This is the name that will
78 * Returns the current name assigned to the Bluetooth adapter. This is the
[all …]
DIBluetoothCallback.txt19 * high-level Bluetooth adapter state.
23 * Called when the adapter state changes from |prev_state| to |new_state|.
/system/bt/service/ipc/
Dipc_handler.cpp23 IPCHandler::IPCHandler(bluetooth::Adapter* adapter, in IPCHandler() argument
25 : adapter_(adapter), in IPCHandler()
Dipc_handler.h34 IPCHandler(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
47 bluetooth::Adapter* adapter() const { return adapter_; } in adapter() function
Dipc_handler_linux.cpp31 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, in IPCHandlerLinux() argument
33 : IPCHandler(adapter, delegate), in IPCHandlerLinux()
140 CHECK(adapter()); in StartListeningOnThread()
171 LinuxIPCHost ipc_host(client_socket, adapter()); in StartListeningOnThread()
Dipc_manager.cpp24 IPCManager::IPCManager(bluetooth::Adapter* adapter) in IPCManager() argument
25 : adapter_(adapter) { in IPCManager()
Dipc_handler_linux.h38 IPCHandlerLinux(bluetooth::Adapter* adapter,
Dipc_manager.h63 explicit IPCManager(bluetooth::Adapter* adapter);
Dlinux_ipc_host.h40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);
/system/bt/service/test/
Dstub_ipc_handler_binder.cpp26 bluetooth::Adapter* adapter, in IPCHandlerBinder() argument
28 : IPCHandler(adapter, delegate) { in IPCHandlerBinder()
Dstub_ipc_handler_linux.cpp26 bluetooth::Adapter* adapter, in IPCHandlerLinux() argument
28 : IPCHandler(adapter, delegate), in IPCHandlerLinux()
Dadapter_unittest.cpp62 TestObserver(bluetooth::Adapter* adapter) in TestObserver() argument
63 : adapter_(adapter), in TestObserver()
87 void OnAdapterStateChanged(bluetooth::Adapter* adapter, in OnAdapterStateChanged() argument
90 ASSERT_EQ(adapter_, adapter); in OnAdapterStateChanged()
96 Adapter* adapter, in OnDeviceConnectionStateChanged() argument
99 ASSERT_EQ(adapter_, adapter); in OnDeviceConnectionStateChanged()
/system/bt/test/suite/
DAndroid.mk38 adapter/adapter_unittest.cpp \
39 adapter/bluetooth_test.cpp \
DBUILD.gn20 "adapter/adapter_unittest.cpp",
21 "adapter/bluetooth_test.cpp",
/system/bt/service/
Dadapter.h52 virtual void OnAdapterStateChanged(Adapter* adapter,
61 Adapter* adapter, const std::string& device_address, bool connected);
Dlow_energy_client.h147 LowEnergyClient(Adapter& adapter, const UUID& uuid, int client_id);
250 LowEnergyClientFactory(Adapter& adapter);
/system/bt/tools/bdtool/
DAndroid.mk.disabled27 adapter.c \

12