Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_WRITE (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dgatt_api.h209 #define GATT_CHAR_PROP_BIT_WRITE (1 << 3) macro
/system/bt/stack/gatt/
Dgatt_attr.cc375 .properties = GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE, in gatt_profile_db_init()