public Protocol(BluetoothAgent btAgent) { this.btAgent = btAgent; }
static BluetoothAgent() { BluetoothAgent._instance = new BluetoothAgent(); }