Hi everyone,
I'd appreciate some help with Bluetooth comms. I have a Nano connected to an AT-09 Bluetooth module (BLE), as shown in the picture below.
unique boy names that start with r
The Nano is running code that allows the Arduino IDE Serial Monitor to send AT commands to the AT-09 and display its responses. This setup works perfectly well and I can successfully use AT commands to change and read the status of various parameters in the Bluetooth module. AT+HELP returns the following:

Ultimately I'd like to get two Arduinos (each with an AT-09) to communicate over Bluetooth - but for now, I'd just like to establish comms between the Nano and AT-09 and my phone (Sony XZ2 Compact) or some other Bluetooth master device - and this is where I need help. I have a few apps on the phone for connecting to Bluetooth devices, but connecting to the AT-09 isn't going too well...
The AT-09 is set to be a slave (AT+ROLE0). My phone can find the AT-09 when I scan for Bluetooth devices, but struggles to connect to it - the phone asks for a PIN but seems to do nothing when I enter the PIN. The PIN is correct, I have set different PINs using AT commands but still get the same response after entering the PIN on the phone. I have used the AT+TYPE command to enable/disable the use of a PIN in the AT-09 but still the phone just doesn't connect.
Bluetooth apps on the phone:
Serial Bluetooth Terminal - doesn't find the AT-09 when checking for Bluetooth devices
HMBLE Terminal - doesn't find the AT-09 (and often crashes)
B-BLE - does find the AT-09, connects and shows the following info that has been read from the AT-09:
free images hosting
(the screenshot doesn't show all of the parameters sent from the AT-09)
At this stage, I'd like help with simply transferring some data between serial terminals - i.e. between the Arduino IDE and the phone. I'm not that familiar with Bluetooth, so I'm not sure if I'm going about this in the wrong way. Perhaps there is a parameter in the AT-09 that I'm not aware of and haven't set correctly, or perhaps there's a more suitable Android Bluetooth serial terminal?
I'd appreciate hearing your thoughts, many thanks!