30 #ifndef UART_OVER_BLE_H__
31 #define UART_OVER_BLE_H__
38 #define UART_OVER_BLE_DISCONNECT (0x01)
46 #define UART_OVER_BLE_LINK_TIMING_REQ (0x02)
53 #define UART_OVER_BLE_TRANSMIT_STOP (0x03)
61 #define UART_OVER_BLE_TRANSMIT_OK (0x04)
65 uint8_t uart_rts_local;
66 uint8_t uart_rts_remote;
73 #endif // UART_OVER_BLE_H__
Definition: uart_over_ble.h:63