Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c4418 …hci_read_connection_accept_timeout_rp0 *rp0 = (hci_read_connection_accept_timeout_rp0 *) (buffer_o… in hci_read_connection_accept_timeout_process() local
4421 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_connection_accept_timeout_process()
4428 rp0->Status = hci_read_connection_accept_timeout(&Connection_Accept_Timeout); in hci_read_connection_accept_timeout_process()
4430 rp0->Connection_Accept_Timeout = Connection_Accept_Timeout; in hci_read_connection_accept_timeout_process()
4488 hci_read_transmit_power_level_rp0 *rp0 = (hci_read_transmit_power_level_rp0 *) (buffer_out + 6); in hci_read_transmit_power_level_process() local
4491 rp0->Status = BLE_ERROR_INVALID_HCI_CMD_PARAMS; in hci_read_transmit_power_level_process()
4498 rp0->Status = hci_read_transmit_power_level(cp0->Connection_Handle /* 2 */, in hci_read_transmit_power_level_process()
4502 rp0->Connection_Handle = cp0->Connection_Handle; in hci_read_transmit_power_level_process()
4503 rp0->Transmit_Power_Level = Transmit_Power_Level; in hci_read_transmit_power_level_process()
4524 …hci_read_afh_channel_assessment_mode_rp0 *rp0 = (hci_read_afh_channel_assessment_mode_rp0 *) (buff… in hci_read_afh_channel_assessment_mode_process() local
[all …]