Searched refs:descriptorHandle (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 76 int32_t descriptorHandle; member 412 static void BleDescriptorAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t descriptorHandle) in BleDescriptorAddCallback() argument 414 CONN_LOGI(CONN_BLE, "gatt server callback, descriptor added, srvcHandle=%{public}u, descriptorHandle=%{public}d, " in BleDescriptorAddCallback() 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()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 210 int srvcHandle, int descriptorHandle);
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_server.h | 101 void (*descriptorAddCallback)(int status, SoftBusBtUuid *uuid, int srvcHandle, int descriptorHandle);
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 427 static void BleDescriptorAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int descriptorHandle) in BleDescriptorAddCallback() argument 432 CONN_LOGI(CONN_BLE, "srvcHandle=%{public}d, descriptorHandle=%{public}d", srvcHandle, descriptorHandle); in BleDescriptorAddCallback() 442 callback.descriptorAddCallback(status, (SoftBusBtUuid *)uuid, srvcHandle, descriptorHandle); in BleDescriptorAddCallback()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_ble_gatt_server_test.cpp | 734 static void StubDescriptorAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t descriptorHandle) in StubDescriptorAddCallback() argument 736 AdapterBleGattServerTest::descriptorAddCtx.Update(srvcHandle, status, descriptorHandle, uuid); in StubDescriptorAddCallback()
|
/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);
|
Completed in 9 milliseconds