Home
last modified time | relevance | path

Searched refs:kPropertyNotify (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/
Dgatt_server_old.h45 const int kPropertyNotify = 0x10; variable
Dgatt_server_old.cpp656 internal_->characteristics[handle].notify = properties & kPropertyNotify; in AddCharacteristic()
688 properties & kPropertyNotify; in AddBlob()
/system/bt/service/ipc/
Dlinux_ipc_host.cpp148 properties_mask |= kPropertyNotify; in OnAddCharacteristic()