Home
last modified time | relevance | path

Searched refs:close_gatt_server (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs154 pub fn close_gatt_server(&mut self, server_id: ServerId) -> Result<()> { in close_gatt_server() method
Dffi.rs300 if let Err(err) = modules.gatt_module.close_gatt_server(server_id) { in close_server()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs155 gatt.close_gatt_server(SERVER_ID).unwrap(); in test_server_closed_while_connected()
635 gatt.close_gatt_server(SERVER_ID).unwrap(); in test_closing_gatt_server_unisolates_advertiser()