Home
last modified time | relevance | path

Searched defs:OnMtuUpdate (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h129 virtual void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function
H A Dbluetooth_gatt_server.h134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp102 void NapiGattClientCallback::OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattClientCallback
H A Dnapi_bluetooth_gatt_server_callback.cpp113 void NapiGattServerCallback::OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattServerCallback
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp65 void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackTest
H A Dgatt_server_test.cpp47 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override in OnMtuUpdate() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
H A Dgatt_client_test.cpp67 void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackTest
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp275 void OnMtuUpdate(int mtu, int ret) override in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackWrapper
H A Dohos_bt_gatt_server.cpp486 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override in OnMtuUpdate() function in OHOS::Bluetooth::GattServerCallbackWapper