Searched refs:descriptorHandle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 77 int32_t descriptorHandle; member 412 …iptorAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t descriptorHandle) in BleDescriptorAddCallback() argument 415 "status=%{public}d", srvcHandle, descriptorHandle, status); in BleDescriptorAddCallback() 429 ctx->descriptorHandle = descriptorHandle; in BleDescriptorAddCallback() 485 g_serverState.netDescriptorHandle = ctx->descriptorHandle; in BleNetDescriptorAddMsgHandler() 525 g_serverState.connDescriptorHandle = ctx->descriptorHandle; in BleConnDescriptorAddMsgHandler()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_server.h | 101 …id (*DescriptorAddCallback)(int status, SoftBusBtUuid *uuid, int srvcHandle, int descriptorHandle);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 210 int srvcHandle, int descriptorHandle);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 408 …DescriptorAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int descriptorHandle) in BleDescriptorAddCallback() argument 413 …LOGI(CONN_BLE, "srvcHandle=%{public}d, descriptorHandle=%{public}d", srvcHandle, descriptorHandle); in BleDescriptorAddCallback() 423 callback.DescriptorAddCallback(status, (SoftBusBtUuid *)uuid, srvcHandle, descriptorHandle); in BleDescriptorAddCallback()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_ble_gatt_server_test.cpp | 742 …id StubDescriptorAddCallback(int status, SoftBusBtUuid *uuid, int srvcHandle, int descriptorHandle) in StubDescriptorAddCallback() argument 744 AdapterBleGattServerTest::descriptorAddCtx.Update(srvcHandle, status, descriptorHandle, uuid); in StubDescriptorAddCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 84 void RespondDescriptorWrite(const GattDevice &device, uint16_t descriptorHandle, int ret);
|