Home
last modified time | relevance | path

Searched refs:rsp (Results 151 – 152 of 152) sorted by relevance

1234567

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1368 struct net_buf *buf = NULL, *rsp; in cmd_hci_cmd() local
1401 err = bt_hci_cmd_send_sync(BT_OP(ogf, ocf), buf, &rsp); in cmd_hci_cmd()
1406 shell_hexdump(sh, rsp->data, rsp->len); in cmd_hci_cmd()
1407 net_buf_unref(rsp); in cmd_hci_cmd()
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1003 * :github:`41683` - http_client: Unreliable rsp->body_start pointer

1234567