Home
last modified time | relevance | path

Searched refs:BleServiceAddCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c362 static void BleServiceAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle) in BleServiceAddCallback() function
618 g_bleGattsHalCallback.serviceAddCb = BleServiceAddCallback; in GattsRegisterHalCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c210 static void BleServiceAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle) in BleServiceAddCallback() function
1213 .ServiceAddCallback = BleServiceAddCallback, in BleRegisterGattServerCallback()