Searched refs:BluetoothGattServerBinderServer (Results 1 – 3 of 3) sorted by relevance
30 BluetoothGattServerBinderServer::BluetoothGattServerBinderServer( in BluetoothGattServerBinderServer() function in ipc::binder::BluetoothGattServerBinderServer35 bool BluetoothGattServerBinderServer::RegisterServer( in RegisterServer()44 void BluetoothGattServerBinderServer::UnregisterServer(int server_id) { in UnregisterServer()49 void BluetoothGattServerBinderServer::UnregisterAll() { in UnregisterAll()54 bool BluetoothGattServerBinderServer::BeginServiceDeclaration( in BeginServiceDeclaration()79 bool BluetoothGattServerBinderServer::AddCharacteristic( in AddCharacteristic()105 bool BluetoothGattServerBinderServer::AddDescriptor( in AddDescriptor()130 bool BluetoothGattServerBinderServer::EndServiceDeclaration(int server_id) { in EndServiceDeclaration()142 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in EndServiceDeclaration()171 bool BluetoothGattServerBinderServer::SendResponse( in SendResponse()[all …]
34 class BluetoothGattServerBinderServer : public BnBluetoothGattServer,38 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);39 ~BluetoothGattServerBinderServer() override = default;114 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerBinderServer);
155 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()