/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client_callback.h | 41 void OnMtuUpdate(int mtu, int ret) override;
|
H A D | napi_bluetooth_gatt_server_callback.h | 50 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 129 virtual void OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function
|
H A D | bluetooth_gatt_server.h | 134 virtual void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) in OnMtuUpdate() function
|
/ohos5.0/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
|
H A D | gatt_server_test.cpp | 47 void OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) override in OnMtuUpdate() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
|
H A D | gatt_client_test.cpp | 67 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 D | napi_bluetooth_gatt_client_callback.cpp | 102 void NapiGattClientCallback::OnMtuUpdate(int mtu, int ret) in OnMtuUpdate() function in OHOS::Bluetooth::NapiGattClientCallback
|
H A D | napi_bluetooth_gatt_server_callback.cpp | 113 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 D | ohos_bt_gatt_client.cpp | 275 void OnMtuUpdate(int mtu, int ret) override in OnMtuUpdate() function in OHOS::Bluetooth::GattClientCallbackWrapper
|
H A D | ohos_bt_gatt_server.cpp | 486 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 D | bluetooth_gatt_server.cpp | 319 serverSptr->pimpl->callback_->OnMtuUpdate( in OnMtuChanged()
|
H A D | bluetooth_gatt_client.cpp | 300 WPTR_GATT_CBACK(clientSptr->pimpl->callback_, OnMtuUpdate, mtu, state); in OnMtuChanged()
|