I am trying to create a Bluetooth application where a smartphone (the client) connects to a web browser of another computer (the server). When triggered by a user action on the client, data will be sent to the web browser over the Bluetooth channel. Prior security association is not necessary, and the address of the server will be communicated out of band to the client in advance. Therefore I want to skip the pairing and discovery phase completely.I am trying to create a Bluetooth application w