Home
last modified time | relevance | path

Searched refs:OnMtuUpdate (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h50 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override;
H A Dnapi_bluetooth_gatt_client_callback.h41 void OnMtuUpdate(int mtu, int ret) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function in OHOS::Bluetooth::GattServerCallback
H A Dbluetooth_gatt_client.h122 * @brief The function to OnMtuUpdate.
129 virtual void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallback
/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
67 GTEST_LOG_(INFO) << "GattClientCallbackTest::OnMtuUpdate called"; in OnMtuUpdate()
H A Dgatt_server_test.cpp47 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override
H A Dgatt_client_test.cpp67 void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackTest
69 GTEST_LOG_(INFO) << "GattClientCallbackTest::OnMtuUpdate called"; in OnMtuUpdate()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp98 void NapiGattClientCallback::OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattClientCallback
H A Dnapi_bluetooth_gatt_server_callback.cpp109 void NapiGattServerCallback::OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattServerCallback
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp272 void OnMtuUpdate(int mtu, int ret) override
H A Dohos_bt_gatt_server.cpp483 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp297 WPTR_GATT_CBACK(clientSptr->pimpl->callback_, OnMtuUpdate, mtu, state);
H A Dbluetooth_gatt_server.cpp337 serverSptr->pimpl->callback_->OnMtuUpdate(

Completed in 10 milliseconds