esp_ble_hci_trans_cfg_hs() function
Configures the HCI transport to operate with a host. The transport will execute specified callbacks upon receiving HCI packets from the controller.
Arguments
evt_cb
The callback to execute upon receiving an HCI event.
evt_arg
Optional argument to pass to the event callback.
acl_cb
The callback to execute upon receiving ACL data.
acl_arg
Optional argument to pass to the ACL callback.