esp-idf/components/bt/host/bluedroid/stack/l2cap
weitianhua 07e2d3ab0f Add some debug log for bt:
1. Add logs for SPP not enabled successfully
2. Add information to Applicatioin layer that the A2DP is connecting to peer device

Regular BTC and BTU Task name & Add BTC Init protection

1. Regular the BTC Task Name to Close a Github issue

   Closes https://github.com/espressif/esp-idf/issues/4966

2. Add BTC Init failure protection

3. Regular BTU Task Name with BTC

4. Correct the comment of
   a. SDP_ServiceSearchRequest and SDP_ServiceSearchRequest2
   b. l2cu_create_conn_after_switch

5. Correct comment of esp_bt_hf_vra();

6. Fix cpp compilier region
2020-09-04 14:40:19 +08:00
..
include components/bt: Add api to query the number of available buffers for the current connection 2020-06-13 15:09:36 +08:00
l2c_api.c component/bt: Fixed ble memory leak issue, buff_semaphore was not released. 2020-08-14 17:16:23 +08:00
l2c_ble.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_csm.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_fcr.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_link.c components/bt: Fixed the problem of incomplete data packets caused by disordered acl data packets 2020-06-13 15:09:45 +08:00
l2c_main.c components/bt: Add api to query the number of available buffers for the current connection 2020-06-13 15:09:36 +08:00
l2c_ucd.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_utils.c Add some debug log for bt: 2020-09-04 14:40:19 +08:00
l2cap_client.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00