Lines Matching refs:rsp

374 			 struct net_buf **rsp)  in bt_hci_cmd_send_sync()  argument
462 if (rsp) { in bt_hci_cmd_send_sync()
463 *rsp = buf; in bt_hci_cmd_send_sync()
474 struct net_buf *rsp; in bt_hci_le_rand() local
487 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_RAND, NULL, &rsp); in bt_hci_le_rand()
492 rp = (void *)rsp->data; in bt_hci_le_rand()
495 net_buf_unref(rsp); in bt_hci_le_rand()
506 struct net_buf *rsp; in bt_hci_le_read_max_data_len() local
509 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_MAX_DATA_LEN, NULL, &rsp); in bt_hci_le_read_max_data_len()
515 rp = (void *)rsp->data; in bt_hci_le_read_max_data_len()
518 net_buf_unref(rsp); in bt_hci_le_read_max_data_len()
1104 struct net_buf *buf, *rsp; in hci_le_read_phy() local
1115 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_PHY, buf, &rsp); in hci_le_read_phy()
1120 rp = (void *)rsp->data; in hci_le_read_phy()
1123 net_buf_unref(rsp); in hci_le_read_phy()
3265 struct net_buf *rsp; in common_init() local
3270 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, &rsp); in common_init()
3274 hci_reset_complete(rsp); in common_init()
3275 net_buf_unref(rsp); in common_init()
3279 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_LOCAL_FEATURES, NULL, &rsp); in common_init()
3283 read_local_features_complete(rsp); in common_init()
3284 net_buf_unref(rsp); in common_init()
3288 &rsp); in common_init()
3292 read_local_ver_complete(rsp); in common_init()
3293 net_buf_unref(rsp); in common_init()
3297 &rsp); in common_init()
3301 read_supported_commands_complete(rsp); in common_init()
3302 net_buf_unref(rsp); in common_init()
3490 struct net_buf *rsp; in le_init_iso() local
3504 NULL, &rsp); in le_init_iso()
3509 read_buffer_size_v2_complete(rsp); in le_init_iso()
3511 net_buf_unref(rsp); in le_init_iso()
3522 NULL, &rsp); in le_init_iso()
3527 le_read_buffer_size_complete(rsp); in le_init_iso()
3529 net_buf_unref(rsp); in le_init_iso()
3538 struct net_buf *buf, *rsp; in le_init() local
3549 &rsp); in le_init()
3554 read_le_features_complete(rsp); in le_init()
3555 net_buf_unref(rsp); in le_init()
3566 NULL, &rsp); in le_init()
3571 le_read_buffer_size_complete(rsp); in le_init()
3573 net_buf_unref(rsp); in le_init()
3579 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_READ_MAX_ADV_DATA_LEN, NULL, &rsp); in le_init()
3581 le_read_maximum_adv_data_len_complete(rsp); in le_init()
3582 net_buf_unref(rsp); in le_init()
3617 &rsp); in le_init()
3622 le_read_supp_states_complete(rsp); in le_init()
3623 net_buf_unref(rsp); in le_init()
3676 &rsp); in le_init()
3680 le_read_resolving_list_size_complete(rsp); in le_init()
3681 net_buf_unref(rsp); in le_init()
3720 struct net_buf *rsp; in bt_br_init() local
3728 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_BUFFER_SIZE, NULL, &rsp); in bt_br_init()
3733 read_buffer_size_complete(rsp); in bt_br_init()
3734 net_buf_unref(rsp); in bt_br_init()
3908 struct net_buf *rsp; in hci_vs_init() local
3926 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_VERSION_INFO, NULL, &rsp); in hci_vs_init()
3933 rsp->len != sizeof(struct bt_hci_rp_vs_read_version_info)) { in hci_vs_init()
3935 net_buf_unref(rsp); in hci_vs_init()
3939 rp.info = (void *)rsp->data; in hci_vs_init()
3950 net_buf_unref(rsp); in hci_vs_init()
3953 NULL, &rsp); in hci_vs_init()
3960 rsp->len != sizeof(struct bt_hci_rp_vs_read_supported_commands)) { in hci_vs_init()
3962 net_buf_unref(rsp); in hci_vs_init()
3966 rp.cmds = (void *)rsp->data; in hci_vs_init()
3968 net_buf_unref(rsp); in hci_vs_init()
3972 NULL, &rsp); in hci_vs_init()
3979 rsp->len != in hci_vs_init()
3982 net_buf_unref(rsp); in hci_vs_init()
3986 rp.feat = (void *)rsp->data; in hci_vs_init()
3989 net_buf_unref(rsp); in hci_vs_init()
4673 struct net_buf *rsp; in bt_configure_data_path() local
4691 err = bt_hci_cmd_send_sync(BT_HCI_OP_CONFIGURE_DATA_PATH, buf, &rsp); in bt_configure_data_path()
4696 rp = (void *)rsp->data; in bt_configure_data_path()
4700 net_buf_unref(rsp); in bt_configure_data_path()