/system/bt/service/ipc/binder/ |
D | ipc_handler_binder.cpp | 36 bluetooth::Adapter* adapter, in IPCHandlerBinder() argument 38 : IPCHandler(adapter, delegate) { in IPCHandlerBinder() 45 CHECK(adapter()); in Run() 49 new binder::BluetoothBinderServer(adapter()); in Run()
|
D | bluetooth_binder_server.cpp | 32 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()
|
D | bluetooth_gatt_client_binder_server.cpp | 31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothGattClientBinderServer() argument
|
D | bluetooth_binder_server.h | 42 explicit BluetoothBinderServer(bluetooth::Adapter* adapter); 69 void OnAdapterStateChanged(bluetooth::Adapter* adapter,
|
D | ipc_handler_binder.h | 29 IPCHandlerBinder(bluetooth::Adapter* adapter,
|
D | bluetooth_gatt_client_binder_server.h | 37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
|
D | bluetooth_low_energy_binder_server.h | 42 explicit BluetoothLowEnergyBinderServer(bluetooth::Adapter* adapter);
|
D | bluetooth_low_energy_binder_server.cpp | 31 bluetooth::Adapter* adapter) : adapter_(adapter) { in BluetoothLowEnergyBinderServer() argument
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 19 * 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 …]
|
D | IBluetoothCallback.txt | 19 * high-level Bluetooth adapter state. 23 * Called when the adapter state changes from |prev_state| to |new_state|.
|
/system/bt/service/ipc/ |
D | ipc_handler.cpp | 23 IPCHandler::IPCHandler(bluetooth::Adapter* adapter, in IPCHandler() argument 25 : adapter_(adapter), in IPCHandler()
|
D | ipc_handler.h | 34 IPCHandler(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate); 47 bluetooth::Adapter* adapter() const { return adapter_; } in adapter() function
|
D | ipc_handler_linux.cpp | 31 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()
|
D | ipc_manager.cpp | 24 IPCManager::IPCManager(bluetooth::Adapter* adapter) in IPCManager() argument 25 : adapter_(adapter) { in IPCManager()
|
D | ipc_handler_linux.h | 38 IPCHandlerLinux(bluetooth::Adapter* adapter,
|
D | ipc_manager.h | 63 explicit IPCManager(bluetooth::Adapter* adapter);
|
D | linux_ipc_host.h | 40 LinuxIPCHost(int sockfd, bluetooth::Adapter* adapter);
|
/system/bt/service/test/ |
D | stub_ipc_handler_binder.cpp | 26 bluetooth::Adapter* adapter, in IPCHandlerBinder() argument 28 : IPCHandler(adapter, delegate) { in IPCHandlerBinder()
|
D | stub_ipc_handler_linux.cpp | 26 bluetooth::Adapter* adapter, in IPCHandlerLinux() argument 28 : IPCHandler(adapter, delegate), in IPCHandlerLinux()
|
D | adapter_unittest.cpp | 62 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/ |
D | Android.mk | 38 adapter/adapter_unittest.cpp \ 39 adapter/bluetooth_test.cpp \
|
D | BUILD.gn | 20 "adapter/adapter_unittest.cpp", 21 "adapter/bluetooth_test.cpp",
|
/system/bt/service/ |
D | adapter.h | 52 virtual void OnAdapterStateChanged(Adapter* adapter, 61 Adapter* adapter, const std::string& device_address, bool connected);
|
D | low_energy_client.h | 147 LowEnergyClient(Adapter& adapter, const UUID& uuid, int client_id); 250 LowEnergyClientFactory(Adapter& adapter);
|
/system/bt/tools/bdtool/ |
D | Android.mk.disabled | 27 adapter.c \
|