mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 16:38:35 -07:00
API: Move furi_hal_bt_reverse_mac_addr() out of API
This commit is contained in:
@@ -131,7 +131,7 @@ void findmy_set_tag_type(FindMy* app, FindMyType type) {
|
||||
findmy_main_update_type(app->findmy_main, type);
|
||||
}
|
||||
|
||||
void furi_hal_bt_reverse_mac_addr(uint8_t mac_addr[GAP_MAC_ADDR_SIZE]) {
|
||||
void reverse_mac_addr(uint8_t mac_addr[GAP_MAC_ADDR_SIZE]) {
|
||||
uint8_t tmp;
|
||||
for(size_t i = 0; i < GAP_MAC_ADDR_SIZE / 2; i++) {
|
||||
tmp = mac_addr[i];
|
||||
|
||||
Reference in New Issue
Block a user