Home
last modified time | relevance | path

Searched refs:ServiceStartCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h217 typedef void (*ServiceStartCallback)(int status, int serverId, int srvcHandle); typedef
301 ServiceStartCallback serviceStartCb;
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h102 void (*ServiceStartCallback)(int status, int srvcHandle); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c434 if (callback.ServiceStartCallback == NULL) { in BleServiceStartCallback()
439 callback.ServiceStartCallback(status, srvcHandle); in BleServiceStartCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp801 .ServiceStartCallback = StubServiceStartCallback, in GetStubGattsCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1216 .ServiceStartCallback = BleServiceStartCallback, in BleRegisterGattServerCallback()