/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_server_callback.h | 50 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override;
|
H A D | napi_bluetooth_gatt_client_callback.h | 41 void OnMtuUpdate(int mtu, int ret) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function in OHOS::Bluetooth::GattServerCallback
|
H A D | bluetooth_gatt_client.h | 122 * @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 D | gatt_manager_test.cpp | 65 void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackTest 67 GTEST_LOG_(INFO) << "GattClientCallbackTest::OnMtuUpdate called"; in OnMtuUpdate()
|
H A D | gatt_server_test.cpp | 47 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override
|
H A D | gatt_client_test.cpp | 67 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 D | napi_bluetooth_gatt_client_callback.cpp | 98 void NapiGattClientCallback::OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattClientCallback
|
H A D | napi_bluetooth_gatt_server_callback.cpp | 109 void NapiGattServerCallback::OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattServerCallback
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 272 void OnMtuUpdate(int mtu, int ret) override
|
H A D | ohos_bt_gatt_server.cpp | 483 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 297 WPTR_GATT_CBACK(clientSptr->pimpl->callback_, OnMtuUpdate, mtu, state);
|
H A D | bluetooth_gatt_server.cpp | 337 serverSptr->pimpl->callback_->OnMtuUpdate(
|