Searched defs:BluetoothGattInterface (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/hal/
H A Dbluetooth_gatt_interface.h40 class BluetoothGattInterface { class in namespace:bluetooth::hal
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 status,
87 virtual void NotifyCallback(BluetoothGattInterface* gatt_iface, int conn_id,
90 virtual void WriteCharacteristicCallback(BluetoothGattInterface* gatt_iface,
94 virtual void WriteDescriptorCallback(BluetoothGattInterface* gatt_ifac
[all...]

Completed in 366 milliseconds