Home
last modified time | relevance | path

Searched refs:serviceStartCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h301 ServiceStartCallback serviceStartCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp284 … CHECK_AND_RETURN_LOG(g_GattsCallback && g_GattsCallback->serviceStartCb, "callback is nullptr"); in OnServiceAdded()
286 … g_GattsCallback->serviceStartCb(OHOS_BT_STATUS_FAIL, serverId_, MAXIMUM_NUMBER_GATTSERVICE); in OnServiceAdded()
306 g_GattsCallback->serviceStartCb(OHOS_BT_STATUS_FAIL, serverId_, i); in OnServiceAdded()
330 g_GattsCallback->serviceStartCb(OHOS_BT_STATUS_SUCCESS, serverId_, i); in OnServiceAdded()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c622 g_bleGattsHalCallback.serviceStartCb = BleServiceStartCallback; in GattsRegisterHalCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp518 …gattServerCallback->serviceStartCb(OHOS_BT_STATUS_SUCCESS, MOCK_GATT_SERVER_HANDLE, MOCK_GATT_SERV…