BLE : Fixing addr_type issue in l2cap_le_coc

Fixing the addr_type issue in l2cap_le_coc.
When trying to connect remote device from l2cap le coc,
the addr_type is not fetching from the inquiry database.
So its always treating remote device addr type as "public".

Fix:
Getting the addr_type from the inquiry database and updating it
in the list.

Change-Id: Id045d4fbcba8562ae7221aa133ae8334a163eca8
CRs-Fixed: 2520318
1 file changed