Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs292 pub fn remove_service_at_handle(&self, service_handle: AttHandle) -> Result<()> { in remove_service_at_handle() method
645 gatt_db.remove_service_at_handle(AttHandle(4)).unwrap(); in test_service_removal()
1405 gatt_db.remove_service_at_handle(AttHandle(4)).unwrap(); in test_partial_remove_service_changed_listener()
1440 gatt_db.remove_service_at_handle(AttHandle(4)).unwrap(); in test_full_remove_service_changed_listener()
1470 gatt_db.remove_service_at_handle(AttHandle(4)).unwrap(); in test_trivial_remove_service_changed_listener()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs139 .remove_service_at_handle(service_handle) in unregister_gatt_service()