LE CoC: Implement CAPIs 65/272065/2
authorAyush Garg <ayush.garg@samsung.com>
Mon, 7 Mar 2022 11:50:54 +0000 (17:20 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Tue, 8 Mar 2022 09:32:24 +0000 (15:02 +0530)
commit3c56836f5db3c368b3c9dd2d82e5575893820090
treefba2c9cb66db2efe0c556b71f46326b339e3dfea
parentacdf8729efd36375eaf421d0f96a1cee82299897
LE CoC: Implement CAPIs

This patch primarily handles following:
- CAPIs to create and listen to L2CAP_LE socket
- CAPIs to connect and disconnect to L2CAP_LE socket
- CAPIs to get PSM of the listening L2CAP_LE socket
- Event Handlers for connection, disconnection and
authorization of L2CAP_LE socket

Change-Id: I6ac0595799602db1402778da3f73109366a013c2
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
include/bluetooth_internal.h
include/bluetooth_private.h
include/bluetooth_type_internal.h
src/bluetooth-common.c
src/bluetooth-socket.c