l2cap implementation with static uuid and randm channel in nrf5340

hello,

i am using nrf5340 in sdk 2.4 i want to implement l2cap on our customised firmware i  need  PSM value to be received from characteristic with custom uuid but most of the example uses static value for PSM which is 0x80 is there any example or link i can refer externelly for me to test this?

NOTE: i know there is no default example is there for this so any git hub links/blog would be helpful

regards

manikandan v

Parents Reply
  • hello thanks for your reply  that is also not working my steps

    1)initaiting a discovery service with static uuid ABDD3056 28FA 441D A470 55A75A52553A

    2)after making ble connection initaiting a l2cap register using this register_l2cap_server

    3)and making l2cap connection using bt_l2cap_ecred_chan_connect

    4)and sending the data using this bt_l2cap_chan_send

    but i still could not be able to mkq the l2cap connection 

    regards

    manikandan V

Children
Related