Searched refs:buf_info (Results 1 – 1 of 1) sorted by relevance
454 …const rsi_ble_set_wo_resp_notify_buf_info_t *buf_info = (rsi_ble_set_wo_resp_notify_buf_info_t *)p… in rsi_driver_process_bt_resp() local456 bt_cb->remote_ble_info[bt_cb->remote_ble_index].mode = buf_info->buf_mode; in rsi_driver_process_bt_resp()458 if (buf_info->buf_mode == 0) /* small buf cnt */ in rsi_driver_process_bt_resp()460 … bt_cb->remote_ble_info[bt_cb->remote_ble_index].max_buf_cnt = (buf_info->buf_count * 10); in rsi_driver_process_bt_resp()461 … bt_cb->remote_ble_info[bt_cb->remote_ble_index].avail_buf_cnt = (buf_info->buf_count * 10); in rsi_driver_process_bt_resp()464 bt_cb->remote_ble_info[bt_cb->remote_ble_index].max_buf_cnt = buf_info->buf_count; in rsi_driver_process_bt_resp()465 bt_cb->remote_ble_info[bt_cb->remote_ble_index].avail_buf_cnt = buf_info->buf_count; in rsi_driver_process_bt_resp()