Home
last modified time | relevance | path

Searched defs:ccc (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp267 auto ccc = service->second.characteristics_.find(it->second.second); GetCharacteristic() local
286 auto ccc = service->second.characteristics_.find(it->second.second); GetDescriptor() local
[all...]
H A Dgatt_cache.cpp86 auto ccc = svc->second.characteristics_.find(it->second.second); in GetCharacteristic() local
105 auto ccc = svc->second.characteristics_.find(it->second.second); in GetDescriptor() local
123 auto ccc = svc->second.characteristics_.find(cccHandle); in GetCharacteristicEndHandle() local
[all...]
H A Dgatt_client_service.cpp1024 auto ccc = profile_->GetCharacteristic(connectHandle, valueHandle); in OnCharacteristicNotifyEvent() local
[all...]
H A Dgatt_server_service.cpp863 auto ccc = profile_->GetCharacteristic(valueHandle); in SetCharacteristicPermission() local
915 auto ccc = profile_->GetCharacteristic(valueHandle); in OnReadCharacteristicValueEvent() local
958 auto ccc = profile_->GetCharacteristic(valueHandle); OnWriteCharacteristicEvent() local
1070 auto ccc = profile_->GetCharacteristic(valueHandle); OnIndicationEvent() local
[all...]

Completed in 6 milliseconds