Home
last modified time | relevance | path

Searched refs:GetGattClientInterface (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetooth.h154 virtual android::sp<IBluetoothGattClient> GetGattClientInterface() = 0;
204 android::sp<IBluetoothGattClient> GetGattClientInterface() override;
DIBluetooth.cpp146 sp<IBluetoothGattClient> gatt_client_iface = GetGattClientInterface(); in onTransact()
289 sp<IBluetoothGattClient> BpBluetooth::GetGattClientInterface() { in GetGattClientInterface() function in ipc::binder::BpBluetooth
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h64 android::sp<IBluetoothGattClient> GetGattClientInterface() override;
Dbluetooth_binder_server.cpp131 BluetoothBinderServer::GetGattClientInterface() { in GetGattClientInterface() function in ipc::binder::BluetoothBinderServer
/system/bt/service/client/
Dmain.cpp408 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleRegisterGATT()
427 sp<IBluetoothGattClient> gatt_iface = bt_iface->GetGattClientInterface(); in HandleUnregisterGATT()