Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c521 RF_CmdHandle cmd_handle; in drv_start_rx() local
538 cmd_handle = RF_postCmd(drv_data->rf_handle, in drv_start_rx()
541 if (cmd_handle < 0) { in drv_start_rx()
542 LOG_DBG("Failed to post RX command (%d)", cmd_handle); in drv_start_rx()
546 drv_data->rx_cmd_handle = cmd_handle; in drv_start_rx()
Dieee802154_cc13xx_cc26xx.c179 RF_CmdHandle cmd_handle; in ieee802154_cc13xx_cc26xx_set_channel() local
213 cmd_handle = RF_postCmd(drv_data->rf_handle, in ieee802154_cc13xx_cc26xx_set_channel()
216 if (cmd_handle < 0) { in ieee802154_cc13xx_cc26xx_set_channel()
217 LOG_ERR("Failed to post RX command (%d)", cmd_handle); in ieee802154_cc13xx_cc26xx_set_channel()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c93 static int cmd_handle(const struct device *dev, in cmd_handle() function
230 zassert_true(cmd_handle(dev, buf, cmds, ARRAY_SIZE(cmds)) == 0, in driver_send()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c124 static int cmd_handle(const struct device *dev, struct net_buf *cmd, in cmd_handle() function
245 zassert_true(cmd_handle(dev, buf, cmds, ARRAY_SIZE(cmds)) == 0, "Unknown HCI command"); in driver_send()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c747 static int cmd_handle(const struct device *dev, struct net_buf *buf) in cmd_handle() function
819 err = cmd_handle(dev, buf); in hci_driver_send()