Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServer.cpp69 std::unique_ptr<bluetooth::GattIdentifier> out_id; in onTransact() local
71 server_if, is_primary, *uuid, &out_id); in onTransact()
76 CHECK(out_id); in onTransact()
77 WriteGattIdentifierToParcel(*out_id, reply); in onTransact()
89 std::unique_ptr<bluetooth::GattIdentifier> out_id; in onTransact() local
91 server_if, *uuid, properties, permissions, &out_id); in onTransact()
96 CHECK(out_id); in onTransact()
97 WriteGattIdentifierToParcel(*out_id, reply); in onTransact()
108 std::unique_ptr<bluetooth::GattIdentifier> out_id; in onTransact() local
109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id); in onTransact()
[all …]
DIBluetoothGattServer.h69 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
73 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
76 std::unique_ptr<bluetooth::GattIdentifier>* out_id) = 0;
131 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
135 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
138 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp56 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { in BeginServiceDeclaration() argument
58 CHECK(out_id); in BeginServiceDeclaration()
74 out_id->swap(service_id); in BeginServiceDeclaration()
82 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { in AddCharacteristic() argument
84 CHECK(out_id); in AddCharacteristic()
100 out_id->swap(char_id); in AddCharacteristic()
107 std::unique_ptr<bluetooth::GattIdentifier>* out_id) { in AddDescriptor() argument
109 CHECK(out_id); in AddDescriptor()
125 out_id->swap(desc_id); in AddDescriptor()
Dbluetooth_gatt_server_binder_server.h48 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
52 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
55 std::unique_ptr<bluetooth::GattIdentifier>* out_id) override;
/system/bt/service/doc/
DIBluetoothGattServer.txt50 * returned in |out_id| in case of success. Returns false in case of failure,
55 out GattIdentifier out_id);
61 * |out_id| in the case of success.
65 out GattIdentifier out_id);
72 * descriptor identifier in |out_id| in the case of success.
76 out GattIdentifier out_id);