mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Update furi_hal_bt.c
This commit is contained in:
@@ -218,8 +218,8 @@ bool furi_hal_bt_start_app(FuriHalBtProfile profile, GapEventCallback event_cb,
|
|||||||
} else if(profile == FuriHalBtProfileHidKeyboard) {
|
} else if(profile == FuriHalBtProfileHidKeyboard) {
|
||||||
// Change MAC address for HID profile
|
// Change MAC address for HID profile
|
||||||
config->mac_address[2]++;
|
config->mac_address[2]++;
|
||||||
// Change name Flipper -> Control
|
// Change name Flipper -> BLE Remote
|
||||||
const char* clicker_str = "Control";
|
const char* clicker_str = "BLE Remote";
|
||||||
memcpy(&config->adv_name[1], clicker_str, strlen(clicker_str));
|
memcpy(&config->adv_name[1], clicker_str, strlen(clicker_str));
|
||||||
}
|
}
|
||||||
if(!gap_init(config, event_cb, context)) {
|
if(!gap_init(config, event_cb, context)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user