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.cc179 prev_char_properties & bluetooth::gatt::kPropertyNotify; in ServiceAddedCallback()
632 internal_->characteristics[handle].notify = properties & kPropertyNotify; in AddCharacteristic()
/system/bt/service/ipc/
Dlinux_ipc_host.cc143 properties_mask |= kPropertyNotify; in OnAddCharacteristic()