OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothGattClientBinderServer
(Results
1 - 2
of
2
) sorted by null
/system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.h
40
class
BluetoothGattClientBinderServer
: public BnBluetoothGattClient,
43
explicit
BluetoothGattClientBinderServer
(bluetooth::Adapter* adapter);
44
~
BluetoothGattClientBinderServer
() override = default;
71
DISALLOW_COPY_AND_ASSIGN(
BluetoothGattClientBinderServer
);
bluetooth_gatt_client_binder_server.cc
32
BluetoothGattClientBinderServer
::
BluetoothGattClientBinderServer
(
38
Status
BluetoothGattClientBinderServer
::RegisterClient(
50
Status
BluetoothGattClientBinderServer
::UnregisterClient(int client_id) {
56
Status
BluetoothGattClientBinderServer
::UnregisterAll() {
63
BluetoothGattClientBinderServer
::GetGattClientCallback(int client_id) {
70
BluetoothGattClientBinderServer
::GetGattClient(int client_id) {
75
void
BluetoothGattClientBinderServer
::OnRegisterInstanceImpl(
Completed in 58 milliseconds