How to send midi data over Bluetooth ?

Hello, I created a connection between my phone and my mac by Bluetooth with CABTMIDILocalPeripheralViewController . Now according to the documentation it is possible to send midi commands through this connection but I did not find anything about it.

Once the connection is made it will appear as a MIDI destination. You need to send MIDI to this device using Core MIDI.

How to send midi data over Bluetooth ?
 
 
Q