Classes | |
struct | MIDIBLEState |
Functions | |
void | advertise (uint8_t addr_type) |
void | set_advertise_connection_interval (uint16_t min_itvl, uint16_t max_itvl) |
bool | init (MIDIBLEInstance &instance, BLESettings ble_settings) |
bool | notify (BLEConnectionHandle conn_handle, BLECharacteristicHandle char_handle, BLEDataView data) |
bool | init_hardware () |
Variables | |
MIDIBLEState * | state |
void advertise | ( | uint8_t | addr_type | ) |
void set_advertise_connection_interval | ( | uint16_t | min_itvl, |
uint16_t | max_itvl ) |
bool init | ( | MIDIBLEInstance & | instance, |
BLESettings | ble_settings ) |
bool notify | ( | BLEConnectionHandle | conn_handle, |
BLECharacteristicHandle | char_handle, | ||
BLEDataView | data ) |
bool init_hardware | ( | ) |
|
extern |