123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_
- #define ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- void bt_ctlr_set_public_addr(const uint8_t *addr);
- #ifdef __cplusplus
- }
- #endif
- #endif
|