#ifndef BLE_CONNECTION_H__ #define BLE_CONNECTION_H__ #include void set_connection_handle(uint16_t val); uint16_t get_connection_handle(void); void disconnect(void); #endif