Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_READ (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/test/
Dstack_gatt_sr_hash_test.cc51 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE, in TEST()
53 gatts_add_characteristic(local_db[0], GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in TEST()
60 gatts_add_char_descr(local_db[1], GATT_CHAR_PROP_BIT_READ, Uuid::From16Bit(0x2902)); in TEST()
63 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE, in TEST()
65 gatts_add_characteristic(local_db[1], GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in TEST()
72 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE | GATT_CHAR_PROP_BIT_EXT_PROP, in TEST()
79 gatts_add_characteristic(local_db[3], GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in TEST()
/system/bt/stack/gap/
Dgap_ble.cc431 .properties = GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
435 .properties = GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
439 .properties = GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
445 .properties = GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
/system/bt/bta/vc/
Ddevices_test.cc264 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in SetSampleDatabase1()
270 GATT_CHAR_PROP_BIT_READ); in SetSampleDatabase1()
287 GATT_CHAR_PROP_BIT_READ); in SetSampleDatabase2()
309 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in TEST_F()
Dvc_test.cc87 GATT_CHAR_PROP_BIT_READ); in set_sample_database()
101 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in set_sample_database()
109 GATT_CHAR_PROP_BIT_READ); in set_sample_database()
/system/bt/stack/gatt/
Dgatt_attr.cc400 .properties = GATT_CHAR_PROP_BIT_READ, in gatt_profile_db_init()
406 .properties = GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE, in gatt_profile_db_init()
412 .properties = GATT_CHAR_PROP_BIT_READ, in gatt_profile_db_init()
/system/bt/stack/srvc/
Dsrvc_dis.cc353 service[i + 1].properties = GATT_CHAR_PROP_BIT_READ; in DIS_SrInit()
/system/bt/stack/include/
Dgatt_api.h310 #define GATT_CHAR_PROP_BIT_READ (1 << 1) macro