Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs538 const DESCRIPTOR_TYPE: Uuid = Uuid::new(0x9ABC); constant
1049 type_: DESCRIPTOR_TYPE, in test_single_descriptor_declaration()
1099 type_: DESCRIPTOR_TYPE, in test_write_descriptor()
1149 type_: DESCRIPTOR_TYPE, in test_multiple_descriptors()
1160 type_: DESCRIPTOR_TYPE, in test_multiple_descriptors()
1165 type_: DESCRIPTOR_TYPE, in test_multiple_descriptors()
1185 assert_eq!(attributes[3].type_, DESCRIPTOR_TYPE); in test_multiple_descriptors()
1188 assert_eq!(attributes[6].type_, DESCRIPTOR_TYPE); in test_multiple_descriptors()
1189 assert_eq!(attributes[7].type_, DESCRIPTOR_TYPE); in test_multiple_descriptors()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs67 const DESCRIPTOR_TYPE: Uuid = Uuid::new(0x0104); constant
99 type_: DESCRIPTOR_TYPE, in create_server_and_open_connection()