Searched refs:GATT_CHAR_PROP_BIT_READ (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/test/ |
D | stack_gatt_sr_hash_test.cc | 51 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/ |
D | gap_ble.cc | 431 .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/ |
D | devices_test.cc | 264 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()
|
D | vc_test.cc | 87 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/ |
D | gatt_attr.cc | 400 .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/ |
D | srvc_dis.cc | 353 service[i + 1].properties = GATT_CHAR_PROP_BIT_READ; in DIS_SrInit()
|
/system/bt/stack/include/ |
D | gatt_api.h | 310 #define GATT_CHAR_PROP_BIT_READ (1 << 1) macro
|