Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp135 uint16_t GetCccdValue(uint16_t connectHandle, uint16_t attHandle);
1317 uint16_t val = GetCccdValue(connectHandle, attHandle); in AssembleDescriptorPackage()
1428 uint16_t val = GetCccdValue(connectHandle, attHandle); in AssembleAttReadByTypeRspDescPackage()
1811 uint16_t GattServerProfile::impl::GetCccdValue(uint16_t connectHandle, uint16_t attHandle) in GetCccdValue() function in OHOS::bluetooth::GattServerProfile::impl
2027 if (pimpl->GetCccdValue(connectHandle, handle + MIN_ATTRIBUTE_HANDLE) == GATT_NOTIFICATION_VALUE) { in SendNotification()
2050 if (pimpl->GetCccdValue(connectHandle, handle + MIN_ATTRIBUTE_HANDLE) == GATT_INDICATION_VALUE) { in SendIndication()

Completed in 4 milliseconds