Lines Matching full:controller
28 #include "controller/ble_hw.h"
29 #include "controller/ble_ll_adv.h"
30 #include "controller/ble_ll_scan.h"
31 #include "controller/ble_ll.h"
32 #include "controller/ble_ll_hci.h"
33 #include "controller/ble_ll_whitelist.h"
34 #include "controller/ble_ll_resolv.h"
74 * to the controller.
231 * LE supported (controller) (bit 6) in ble_ll_hci_rd_local_supp_feat()
280 * Called when the LL controller receives a set LE event mask command.
399 * for all connections. Note that if the controller does not support the
400 * requested times no error is returned; the controller simply ignores the
402 * default data length command). The spec allows for the controller to
427 * We can disregard host suggestion, but we are a nice controller so in ble_ll_hci_le_wr_sugg_data_len()
487 * supported by the controller.
507 * supported by the controller.
666 * advertising command, the Controller shall return the error code Command in ble_ll_is_valid_adv_mode()
721 * Process a LE command sent from the host to the controller. The HCI command
1123 * Process a link control command sent from the host to the controller. The HCI
1406 * Sends an HCI command to the controller. On success, the supplied buffer is
1407 * relinquished to the controller task. On failure, the caller must free the
1457 /* Set defaults for controller/baseband events: Vol 2 Part E 7.3.1 */ in ble_ll_hci_init()