"peripheral_hids_mouse" can not work in NCS V2.7.0

HI,

I have create a project copy by peripheral_hids_mouse example, and builded it with nRF54L15( config can see attached file) and flash it into NRF54L15-PDK.

PC can find "Nordic_HIDS_mouse", but it fail when i try to pair it . the log see below, Please help to find how to bulid the project to work,thanks.

*** Booting nRF Connect SDK v2.7.99-cs2-d73b286ff6d9 ***
*** Using Zephyr OS v3.6.99-3d01dcc251bf ***
Starting Bluetooth Peripheral HIDS mouse example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fa0
I: data wra: 0, 30
I: SoftDevice Controller build revision:
I: c3 da 9a 7f e9 e1 d3 21 |.......!
I: cd 3f be 9a 94 f1 c9 d3 |.?......
I: 10 dd fb fe |....
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF54Lx (0x0005)
I: Firmware: Standard Bluetooth controller (0x00) Version 195.39642 Build 3554797951
I: No ID address. App must call settings_load()
Bluetooth initialized
I: Identity: EC:D8:CC:69:38:1F (random)
I: HCI: version unknown (0x0e) revision 0x301c, manufacturer 0x0059
I: LMP: version unknown (0x0e) subver 0x301c
Regular advertising started
Connected 64:D6:9A:CC:BB:21 (public)
Regular advertising started
Passkey for 64:D6:9A:CC:BB:21 (public): 591144
Press Button 1 to confirm, Button 2 to reject.
Security failed: 64:D6:9A:CC:BB:21 (public) level 1 err 1
Numeric Reject, conn 0x20002078
Disconnected from 64:D6:9A:CC:BB:21 (public) (reason 19)

Related