Lines Matching refs:BluetoothGattInterface
40 class BluetoothGattInterface {
56 BluetoothGattInterface* gatt_iface, const RawAddress& bda, int rssi,
68 virtual void RegisterClientCallback(BluetoothGattInterface* gatt_iface,
72 virtual void ConnectCallback(BluetoothGattInterface* gatt_iface,
76 virtual void DisconnectCallback(BluetoothGattInterface* gatt_iface,
80 virtual void SearchCompleteCallback(BluetoothGattInterface* gatt_iface,
84 BluetoothGattInterface* gatt_iface, int conn_id, int registered,
87 virtual void NotifyCallback(BluetoothGattInterface* gatt_iface, int conn_id,
90 virtual void WriteCharacteristicCallback(BluetoothGattInterface* gatt_iface,
94 virtual void WriteDescriptorCallback(BluetoothGattInterface* gatt_iface,
98 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface,
101 virtual void GetGattDbCallback(BluetoothGattInterface* gatt_iface,
106 virtual void ServicesRemovedCallback(BluetoothGattInterface* gatt_iface,
110 virtual void ServicesAddedCallback(BluetoothGattInterface* gatt_iface,
121 virtual void RegisterServerCallback(BluetoothGattInterface* gatt_iface,
125 virtual void ConnectionCallback(BluetoothGattInterface* gatt_iface,
130 BluetoothGattInterface* gatt_iface, int status, int server_if,
133 virtual void ServiceStoppedCallback(BluetoothGattInterface* gatt_iface,
137 virtual void ServiceDeletedCallback(BluetoothGattInterface* gatt_iface,
142 BluetoothGattInterface* gatt_iface, int conn_id, int trans_id,
146 BluetoothGattInterface* gatt_iface, int conn_id, int trans_id,
150 BluetoothGattInterface* gatt_iface, int conn_id, int trans_id,
156 BluetoothGattInterface* gatt_iface, int conn_id, int trans_id,
161 virtual void RequestExecWriteCallback(BluetoothGattInterface* gatt_iface,
167 BluetoothGattInterface* gatt_iface, int status, int handle);
169 virtual void IndicationSentCallback(BluetoothGattInterface* gatt_iface,
172 virtual void MtuChangedCallback(BluetoothGattInterface* gatt_iface,
190 static void InitializeForTesting(BluetoothGattInterface* test_instance);
196 static BluetoothGattInterface* Get();
252 BluetoothGattInterface() = default;
253 virtual ~BluetoothGattInterface() = default;
260 DISALLOW_COPY_AND_ASSIGN(BluetoothGattInterface);