Searched refs:GetGattServerInterface (Results 1 – 5 of 5) sorted by relevance
155 virtual android::sp<IBluetoothGattServer> GetGattServerInterface() = 0;205 android::sp<IBluetoothGattServer> GetGattServerInterface() override;
152 sp<IBluetoothGattServer> gatt_server_iface = GetGattServerInterface(); in onTransact()300 sp<IBluetoothGattServer> BpBluetooth::GetGattServerInterface() { in GetGattServerInterface() function in ipc::binder::BpBluetooth
65 android::sp<IBluetoothGattServer> GetGattServerInterface() override;
146 BluetoothBinderServer::GetGattServerInterface() { in GetGattServerInterface() function in ipc::binder::BluetoothBinderServer
120 gatt_ = bluetooth_->GetGattServerInterface(); in Run()