Get bluetooth output buffer data.
This method reads count bytes of data from the Bluetooth output buffer and writes it to the buffer provided.
- Parameters:
-
| _offset | A constant offset into the bluetooth output buffer. |
| _cnt | The number of bytes to read. |
| _data | The byte array reference which will contain the data read from the bluetooth output buffer. |