Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated to NCS? Is it still available under a different name?
I'm trying to run an nrf5340 as the central (in a dual role setup). I'd like to call LBS specific discovery functions (i.e. bt_lbs_client_handles_assign() and bt_lbs_client_subscribe_button()) but they don't appear to exist..
Searching the internet, I see examples (likely from old SDK versions) that want me to include <client_LBS.h> but this file does not exist in the ncs\v3.2.1 directory structure anywhere.
I'm running NCS v3.2.1 in VScode
Note: your AI assistant directed me the the NUS central example, but it calls bt_nus_handles_assign and bt_nus_subscribe_receive which are exactly the analogous calls I'd like to make for LBS