Home
last modified time | relevance | path

Searched refs:desHandle (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp853 uint16_t desHandle = 0; in BleGattsAddDescriptor() local
861 desHandle = GetNextAttributeHandle(); in BleGattsAddDescriptor()
862 GattDescriptor descriptor(uuid, desHandle, permissions); in BleGattsAddDescriptor()
869 AddAttribute(serverId, srvcHandle, GattAttribute::GATT_DESCRIPTOR, uuid, desHandle); in BleGattsAddDescriptor()
870 HILOGI("serverId: %{public}d, srvcHandle: %{public}d, desHandle: %{public}d", serverId, srvcHandle, desHandle); in BleGattsAddDescriptor()
872 g_GattsCallback->descriptorAddCb(0, serverId, &descUuid, srvcHandle, desHandle); in BleGattsAddDescriptor()

Completed in 2 milliseconds