1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// use blurz::bluetooth_adapter::BluetoothAdapter;
// use blurz::bluetooth_device::BluetoothDevice;
// use blurz::BluetoothSession;
use ;
// Send Message using Bluetooth Radio
// pub fn send_message(msg: String) {
// let path:
// let session: BluetoothSession = BluetoothSession::create_session(&path).unwrap();
// let adapter: BluetoothAdapter = BluetoothAdapter::init(&session).unwrap();
// let device: BluetoothDevice = adapter.get_first_device().unwrap();
// println!("{:?}", device);
// }
// Receive Message from Bluetooth Radio
// fn receive_message(msg: String) {
//
// }