Searched refs:local_db (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/test/ |
D | stack_gatt_sr_hash_test.cc | 42 tGATT_SVC_DB local_db[4]; in TEST() local 43 for (int i=0; i<4; i++) local_db[i] = tGATT_SVC_DB(); in TEST() 47 add_item_to_list(srv_list_info, &local_db[0], true); in TEST() 48 gatts_init_service_db(local_db[0], Uuid::From16Bit(0x1800), true, 0x0001, 5); in TEST() 49 gatts_add_characteristic(local_db[0], in TEST() 53 gatts_add_characteristic(local_db[0], GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in TEST() 56 add_item_to_list(srv_list_info, &local_db[1], true); in TEST() 57 gatts_init_service_db(local_db[1], Uuid::From16Bit(0x1801), true, 0x0006, 8); in TEST() 58 gatts_add_characteristic(local_db[1], 0, GATT_CHAR_PROP_BIT_INDICATE, in TEST() 60 gatts_add_char_descr(local_db[1], GATT_CHAR_PROP_BIT_READ, Uuid::From16Bit(0x2902)); in TEST() [all …]
|