Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h41 void OnMtuUpdate(int mtu, int ret) override;
H A Dnapi_bluetooth_gatt_server_callback.h50 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override;
/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_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/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/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
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp319 serverSptr->pimpl->callback_->OnMtuUpdate( in OnMtuChanged()
H A Dbluetooth_gatt_client.cpp300 WPTR_GATT_CBACK(clientSptr->pimpl->callback_, OnMtuUpdate, mtu, state); in OnMtuChanged()