Searched refs:rsp (Results 151 – 152 of 152) sorted by relevance
1234567
1368 struct net_buf *buf = NULL, *rsp; in cmd_hci_cmd() local1401 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()
1003 * :github:`41683` - http_client: Unreliable rsp->body_start pointer