Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_WRITE_NR (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc135 chrc.properties & GATT_CHAR_PROP_BIT_WRITE_NR; in set_volume_offset_control_service_handles()
144 chrc.properties & GATT_CHAR_PROP_BIT_WRITE_NR; in set_volume_offset_control_service_handles()
Ddevices_test.cc296 GATT_CHAR_PROP_BIT_WRITE_NR | in SetSampleDatabase1()
304 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE_NR | in SetSampleDatabase1()
Dvc_test.cc163 GATT_CHAR_PROP_BIT_WRITE_NR | in set_sample_database()
172 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE_NR | in set_sample_database()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h370 #define GATT_CHAR_PROP_BIT_WRITE_NR (1 << 2) macro
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1991 if (p_char && (p_char->properties & GATT_CHAR_PROP_BIT_WRITE_NR)) in bta_hh_le_write_rpt()