Lines Matching +full:extra +full:- +full:wait +full:- +full:time
5 * SPDX-License-Identifier: Apache-2.0
32 /* BT settling time after power on */
60 * This function executes vendor-specific commands sequence to
62 * bt_h4_vnd_setup function must be implemented in vendor-specific HCI
79 /* Re-configure UART */ in bt_hci_uart_set_baudrate()
96 * - To speed up application downloading, the MCU host commands the CYWxxx device in bt_update_controller_baudrate()
100 * In the above command, the xx xx xx xx bytes specify the 32-bit little-endian in bt_update_controller_baudrate()
105 * - The host switches to the new baud rate after receiving the response at the old in bt_update_controller_baudrate()
121 * It will be BT_HCI_OP_RESET with extra parameters. in bt_update_controller_baudrate()
127 return -ENOMEM; in bt_update_controller_baudrate()
139 /* Re-configure Uart baudrate */ in bt_update_controller_baudrate()
165 * Parse and send each individual command and wait for the response. This is to in bt_firmware_download()
194 remaining_length -= data_length + 3; in bt_firmware_download()
202 return -ENOMEM; in bt_firmware_download()
219 return -EINVAL; in bt_h4_vnd_setup()
228 bt_reg_on.port->name, bt_reg_on.pin); in bt_h4_vnd_setup()
229 return -EIO; in bt_h4_vnd_setup()
236 err, bt_reg_on.port->name, bt_reg_on.pin); in bt_h4_vnd_setup()
249 /* BT settling time after power on */ in bt_h4_vnd_setup()
258 /* Re-configure baudrate for BT Controller */ in bt_h4_vnd_setup()