1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-18 20:48:18 +00:00
trezor-firmware/core/embed/ble_firmware/connection.h
tychovrahe 45db7ae1c4 NRF
2024-01-25 00:22:01 +01:00

12 lines
188 B
C

#ifndef BLE_CONNECTION_H__
#define BLE_CONNECTION_H__
#include <stdint.h>
void set_connection_handle(uint16_t val);
uint16_t get_connection_handle(void);
void disconnect(void);
#endif