Home
last modified time | relevance | path

Searched refs:MtuChangeCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h278 typedef void (*MtuChangeCallback)(int connId, int mtu); typedef
315 MtuChangeCallback mtuChangeCb;
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h111 void (*MtuChangeCallback)(int connId, int mtu); member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp484 g_callback->MtuChangeCallback(4, 5);
491 g_callback->MtuChangeCallback(bleConnection->underlayerHandle, 5);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c535 if (target->callback.MtuChangeCallback != NULL) { in FindCallbackAndNotifyConnected()
536 target->callback.MtuChangeCallback(connId, connection->mtu); in FindCallbackAndNotifyConnected()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp810 .MtuChangeCallback = StubMtuChangeCallback, in GetStubGattsCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1225 .MtuChangeCallback = BleMtuChangeCallback, in BleRegisterGattServerCallback()