Home
last modified time | relevance | path

Searched defs:ConfigureMtuSizeCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_client.h58 void (*ConfigureMtuSizeCallback)(int clientId, int mtuSize, int status); member
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h128 typedef void (*ConfigureMtuSizeCallback)(int clientId, int mtuSize, int status); typedef