Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h194 …void (*IncludeServiceAddCallback)(int status, int serverId, int srvcHandle, int includeSrvcHandle);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c383 … void BleIncludeServiceAddCallback(int status, int serverId, int srvcHandle, int includeSrvcHandle) in BleIncludeServiceAddCallback() argument
387 …(CONN_BLE, "srvcHandle=%{public}d, includeSrvcHandle=%{public}d\n", srvcHandle, includeSrvcHandle); in BleIncludeServiceAddCallback()