 |
Nordic Thingy:52 v2.1.0
|
48 #ifndef __SUPPORT_FUNC_H__
49 #define __SUPPORT_FUNC_H__
51 #include "sdk_errors.h"
52 #include "drv_ext_gpio.h"
55 #define SUPPORT_FUNC_MAC_ADDR_STR_LEN ( (BLE_GAP_ADDR_LEN * 2) + 5 + 1)
67 ret_code_t support_func_ble_mac_address_get(char * p_mac_addr);