]> Git Repo - esp-hosted.git/commit - esp_hosted_ng/host/sdio/esp_sdio.c
BT/BLE support over SDIO
authorMangesh Malusare <[email protected]>
Thu, 30 Apr 2020 10:57:00 +0000 (16:27 +0530)
committerMangesh Malusare <[email protected]>
Fri, 1 May 2020 17:12:21 +0000 (22:42 +0530)
commit71d37aa1e787dad0abedfa44299a12cd16e44374
tree5f2870ba0cf4dbd4f087c7d565dfa6d5f1346887
parent219c1878eea3f7eca97f99201349c017bab028ba
BT/BLE support over SDIO

[Slave]
- Advertise slave capabilities to host through
HOST_SLCHOST_CONF_W0_REG register
- This includes advertisement of WLAN, BT/BLE, underlying
transport for BT/BLE, and BT/BLE modes
- Use VHCI to communicate with HCI controller
- Setup tx/rx path for bt/ble traffic

[Host]
- Process slave capabilities
- Register HCI interface with linux kernel and implement
relevant API's

- Update readme and other scripts to showcase BT/BLE support
over SDIO
14 files changed:
README.md
common/include/adapter.h
host_comm/rpi_init.sh
host_driver/esp32/Makefile
host_driver/esp32/esp.h
host_driver/esp32/esp_api.h
host_driver/esp32/esp_bt.c [new file with mode: 0644]
host_driver/esp32/esp_bt_api.h [new file with mode: 0644]
host_driver/esp32/esp_sdio.c
host_driver/esp32/main.c
slave_driver/network_adapter/main/app_main.c
slave_driver/network_adapter/main/interface.h
slave_driver/network_adapter/main/sdio_slave_api.c
slave_driver/network_adapter/sdkconfig.defaults
This page took 0.030781 seconds and 4 git commands to generate.