Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs84 gatt.open_gatt_server(SERVER_ID).unwrap(); in create_server_and_open_connection()
386 gatt.open_gatt_server(ANOTHER_SERVER_ID).unwrap(); in test_multiple_servers()
631 gatt.open_gatt_server(SERVER_ID).unwrap(); in test_closing_gatt_server_unisolates_advertiser()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs143 pub fn open_gatt_server(&mut self, server_id: ServerId) -> Result<()> { in open_gatt_server() method
Dffi.rs290 if let Err(err) = modules.gatt_module.open_gatt_server(server_id) { in open_server()