Lines Matching refs:rsp
109 struct net_buf *buf, *rsp; in br_sufficient_key_size() local
122 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_ENCRYPTION_KEY_SIZE, buf, &rsp); in br_sufficient_key_size()
128 if (rsp->len < sizeof(*rp)) { in br_sufficient_key_size()
130 net_buf_unref(rsp); in br_sufficient_key_size()
134 rp = (void *)rsp->data; in br_sufficient_key_size()
136 net_buf_unref(rsp); in br_sufficient_key_size()
690 struct net_buf *buf, *rsp; in read_ext_features() local
701 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_LOCAL_EXT_FEATURES, buf, &rsp); in read_ext_features()
706 rp = (void *)rsp->data; in read_ext_features()
711 net_buf_unref(rsp); in read_ext_features()
715 net_buf_unref(rsp); in read_ext_features()