mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-07 07:12:34 +00:00
10 lines
164 B
C
10 lines
164 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);
|
|
|
|
#endif
|