Searched refs:CHARACTERISTIC_TYPE (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 535 const CHARACTERISTIC_TYPE: Uuid = Uuid::new(0x5678); constant 603 type_: CHARACTERISTIC_TYPE, in test_service_removal() 618 type_: CHARACTERISTIC_TYPE, in test_service_removal() 633 type_: CHARACTERISTIC_TYPE, in test_service_removal() 681 type_: CHARACTERISTIC_TYPE, in test_single_characteristic_declaration() 711 type_: CHARACTERISTIC_TYPE, in test_single_characteristic_declaration() 733 uuid: CHARACTERISTIC_TYPE.into() in test_single_characteristic_declaration() 756 type_: CHARACTERISTIC_TYPE, in test_all_characteristic_permissions() 783 uuid: CHARACTERISTIC_TYPE.into() in test_all_characteristic_permissions() 803 type_: CHARACTERISTIC_TYPE, in test_single_characteristic_value() [all …]
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 200 const CHARACTERISTIC_TYPE: Uuid = Uuid::new(0x5678); constant 358 type_: CHARACTERISTIC_TYPE, in test_single_registered_service_change_indication() 402 type_: CHARACTERISTIC_TYPE, in test_multiple_registered_service_change_indication() 440 type_: CHARACTERISTIC_TYPE, in test_one_unregistered_service_change_indication() 482 type_: CHARACTERISTIC_TYPE, in test_one_disconnected_service_change_indication()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 66 const CHARACTERISTIC_TYPE: Uuid = Uuid::new(0x0103); constant 93 type_: CHARACTERISTIC_TYPE, in create_server_and_open_connection() 394 type_: CHARACTERISTIC_TYPE, in test_multiple_servers()
|