Home
last modified time | relevance | path

Searched refs:ServiceStopCallback (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.h224 typedef void (*ServiceStopCallback)(int status, int serverId, int srvcHandle); typedef
303 ServiceStopCallback serviceStopCb;
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp411 g_callback->ServiceStopCallback(SOFTBUS_INVALID_PARAM, 1);
413 g_callback->ServiceStopCallback(SOFTBUS_OK, 2);
441 g_callback->ServiceStopCallback(SOFTBUS_OK, 3);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h103 void (*ServiceStopCallback)(int status, int srvcHandle); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c450 if (callback.ServiceStopCallback == NULL) { in BleServiceStopCallback()
454 callback.ServiceStopCallback(status, srvcHandle); in BleServiceStopCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp802 .ServiceStopCallback = StubServiceStopCallback, in GetStubGattsCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1217 .ServiceStopCallback = BleServiceStopCallback, in BleRegisterGattServerCallback()