Home
last modified time | relevance | path

Searched refs:BLE_ERROR_INVALID_HCI_CMD_PARAMS (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c4322 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_disconnect_process()
4356 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_remote_version_information_process()
4389 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_set_event_mask_process()
4421 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_connection_accept_timeout_process()
4455 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_write_connection_accept_timeout_process()
4491 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_transmit_power_level_process()
4527 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_afh_channel_assessment_mode_process()
4561 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_write_afh_channel_assessment_mode_process()
4594 *status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_set_event_mask_page_2_process()
4629 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_authenticated_payload_timeout_process()
[all …]
Daci_adv_nwk.c92 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in allocate_and_set_data_legacy()
205 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_le_set_periodic_advertising_subevent_data()
340 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in adv_data_check_param()
346 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in adv_data_check_param()
360 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in adv_data_check_param()
367 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in adv_data_check_param()
372 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in adv_data_check_param()
397 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in scan_resp_data_check_param()
403 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in scan_resp_data_check_param()
417 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in scan_resp_data_check_param()
[all …]
Ddtm_cmds.c197 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_transmitter_test_packets()
253 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_transmitter_test_packets_v2()
301 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_test_stop()
326 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_write_radio_reg()
353 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_read_radio_reg()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_status.h59 #define BLE_ERROR_INVALID_HCI_CMD_PARAMS ((tBleStatus)(0x12)) macro
140 #define BLE_STATUS_INVALID_PARAMS ((tBleStatus)(BLE_ERROR_INVALID_HCI_CMD_PARAMS))
185 #define BLE_STATUS_NULL_PARAM ((tBleStatus)(BLE_ERROR_INVALID_HCI_CMD_PARAMS))
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c372 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_set_antenna_switch_parameters()
407 return BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_set_tx_power_level_preprocess()
451 status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in aci_hal_tone_start()