mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-22 01:59:02 +00:00
fixup! feat(nordic): send busy response when trezor is not listening to BLE messages
This commit is contained in:
parent
1bc88230ab
commit
7059847d9f
@ -97,7 +97,7 @@ void service_send_busy(void) {
|
||||
static const uint8_t busy_packet[] = {
|
||||
0x3f, 0x23, 0x23, 0x00, 0x03, 0x00, 0x00, 0x00, 0x19, 0x08, 0x0f, 0x12,
|
||||
0x15, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x20, 0x6c, 0x6f, 0x63, 0x6b,
|
||||
0x65, 0x64, 0x20, 0x6f, 0x64, 0x20, 0x62, 0x75, 0x73, 0x79};
|
||||
0x65, 0x64, 0x20, 0x6f, 0x72, 0x20, 0x62, 0x75, 0x73, 0x79};
|
||||
|
||||
if (rx) {
|
||||
memcpy(rx->data, busy_packet, sizeof(busy_packet));
|
||||
|
Loading…
Reference in New Issue
Block a user